ENTITY IfcBSplineSurfaceWithKnots

(* SCHEMA IFC4; *)
ENTITY IfcBSplineSurfaceWithKnots
 SUPERTYPE OF (ONEOF
	(IfcRationalBSplineSurfaceWithKnots))
 SUBTYPE OF (IfcBSplineSurface);
	UMultiplicities : LIST [2:?] OF IfcInteger;
	VMultiplicities : LIST [2:?] OF IfcInteger;
	UKnots : LIST [2:?] OF IfcParameterValue;
	VKnots : LIST [2:?] OF IfcParameterValue;
	KnotSpec : IfcKnotType;
 DERIVE
	 KnotVUpper : IfcInteger := SIZEOF(VKnots);
	 KnotUUpper : IfcInteger := SIZEOF(UKnots);
 WHERE
	CorrespondingULists : SIZEOF(UMultiplicities) = KnotUUpper;
	CorrespondingVLists : SIZEOF(VMultiplicities) = KnotVUpper;
	UDirectionConstraints : IfcConstraintsParamBSpline (
  SELF\IfcBSplineSurface.UDegree, KnotUUpper, 
  SELF\IfcBSplineSurface.UUpper, UMultiplicities, UKnots);
	VDirectionConstraints : IfcConstraintsParamBSpline (
  SELF\IfcBSplineSurface.VDegree, KnotVUpper, 
  SELF\IfcBSplineSurface.VUpper, VMultiplicities, VKnots);
END_ENTITY;

Explicit Attributes

Entity IfcBSplineSurfaceWithKnots has the following local and inherited explicit attributes:
AttributeTypeDefined By
 UDegreeIfcInteger (INTEGER)IfcBSplineSurface
 VDegreeIfcInteger (INTEGER)IfcBSplineSurface
 ControlPointsListLIST OF LIST OF IfcCartesianPoint (ENTITY)IfcBSplineSurface
 SurfaceFormIfcBSplineSurfaceForm (ENUM)IfcBSplineSurface
 UClosedIfcLogical (LOGICAL)IfcBSplineSurface
 VClosedIfcLogical (LOGICAL)IfcBSplineSurface
 SelfIntersectIfcLogical (LOGICAL)IfcBSplineSurface
 UMultiplicitiesLIST OF IfcInteger (INTEGER)IfcBSplineSurfaceWithKnots
 VMultiplicitiesLIST OF IfcInteger (INTEGER)IfcBSplineSurfaceWithKnots
 UKnotsLIST OF IfcParameterValue (REAL)IfcBSplineSurfaceWithKnots
 VKnotsLIST OF IfcParameterValue (REAL)IfcBSplineSurfaceWithKnots
 KnotSpecIfcKnotType (ENUM)IfcBSplineSurfaceWithKnots

Derived Attributes

Entity IfcBSplineSurfaceWithKnots has the following local and inherited derived attributes:
AttributeTypeDefined By
 DimIfcDimensionCount (INTEGER)IfcSurface
 UUpperIfcInteger (INTEGER)IfcBSplineSurface
 VUpperIfcInteger (INTEGER)IfcBSplineSurface
 ControlPointsARRAY OF ARRAY OF IfcCartesianPoint (ENTITY)IfcBSplineSurface
 KnotVUpperIfcInteger (INTEGER)IfcBSplineSurfaceWithKnots
 KnotUUpperIfcInteger (INTEGER)IfcBSplineSurfaceWithKnots

Inverse Attributes

Entity IfcBSplineSurfaceWithKnots has the following local and inherited inverse attributes:
AttributeTypeDefined By
 LayerAssignmentSET OF IfcPresentationLayerAssignment (ENTITY)IfcRepresentationItem
 StyledByItemSET OF IfcStyledItem (ENTITY)IfcRepresentationItem

Supertypes

Entity IfcBSplineSurfaceWithKnots inherits from the following supertypes:
  IfcRepresentationItem
    IfcGeometricRepresentationItem
      IfcSurface
        IfcBoundedSurface
          IfcBSplineSurface

Subtypes

Entity IfcBSplineSurfaceWithKnots has the following subtypes:
    IfcRationalBSplineSurfaceWithKnots*
* - Immediate Subtypes

Referenced By

Entity IfcBSplineSurfaceWithKnots and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAssociatedSurface FUNCTION IfcSurface
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcAxis1Placement ENTITY IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBoundedSurface ENTITY IfcBSplineSurface
 IfcBSplineSurface ENTITY IfcBSplineSurfaceWithKnots
 IfcBSplineSurfaceWithKnots ENTITY IfcBSplineSurface
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcCompositeCurveOnSurface ENTITY IfcSurface
 IfcConvertDirectionInto2D FUNCTION IfcRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcGeometricRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcCurveBoundedSurface ENTITY IfcSurface
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFaceSurface ENTITY IfcSurface
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcSurface
 IfcGeometricSetSelect SELECT IfcSurface
 IfcGetBasisSurface FUNCTION IfcSurface
 IfcHalfSpaceSolid ENTITY IfcSurface
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcMirroredProfileDef ENTITY IfcRepresentationItem
 IfcMirroredProfileDef ENTITY IfcGeometricRepresentationItem
 IfcNormalise FUNCTION IfcGeometricRepresentationItem
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcGeometricRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcPcurve ENTITY IfcSurface
 IfcPointOnSurface ENTITY IfcSurface
 IfcRationalBSplineSurfaceWithKnots ENTITY IfcBSplineSurface
 IfcRectangularTrimmedSurface ENTITY IfcSurface
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcScalarTimesVector FUNCTION IfcGeometricRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcSurface
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurface ENTITY IfcBoundedSurface
 IfcSurfaceCurve ENTITY IfcSurface
 IfcSurfaceCurveSweptAreaSolid ENTITY IfcSurface
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcSurfaceOrFaceSurface SELECT IfcSurface
 IfcSurfaceWeightsPositive FUNCTION IfcBSplineSurface
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 IfcVectorDifference FUNCTION IfcGeometricRepresentationItem
 IfcVectorDifference FUNCTION IfcRepresentationItem
 IfcVectorSum FUNCTION IfcGeometricRepresentationItem
 IfcVectorSum FUNCTION IfcRepresentationItem


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00