ENTITY IfcBSplineSurface

(* SCHEMA IFC4; *)
ENTITY IfcBSplineSurface
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcBSplineSurfaceWithKnots))
 SUBTYPE OF (IfcBoundedSurface);
	UDegree : IfcInteger;
	VDegree : IfcInteger;
	ControlPointsList : LIST [2:?] OF LIST [2:?] OF IfcCartesianPoint;
	SurfaceForm : IfcBSplineSurfaceForm;
	UClosed : IfcLogical;
	VClosed : IfcLogical;
	SelfIntersect : IfcLogical;
 DERIVE
	UUpper : IfcInteger := SIZEOF(ControlPointsList) - 1;
	VUpper : IfcInteger := SIZEOF(ControlPointsList[1]) - 1;
	ControlPoints : ARRAY [0:UUpper] OF ARRAY [0:VUpper] OF IfcCartesianPoint := IfcMakeArrayOfArray(ControlPointsList,
0,UUpper,0,VUpper);
END_ENTITY;

Explicit Attributes

Entity IfcBSplineSurface 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

Derived Attributes

Entity IfcBSplineSurface 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

Inverse Attributes

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

Supertypes

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

Subtypes

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

Referenced By

Entity IfcBSplineSurface and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcAxis1Placement ENTITY IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcGeometricRepresentationItem
 IfcBoundedSurface ENTITY IfcBSplineSurface
 IfcBSplineSurfaceWithKnots ENTITY IfcBSplineSurface
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcCompositeCurveOnSurface ENTITY IfcSurface
 IfcConvertDirectionInto2D FUNCTION IfcGeometricRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCurveBoundedSurface ENTITY IfcSurface
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcFaceSurface ENTITY IfcSurface
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcSurface
 IfcGeometricSetSelect SELECT IfcSurface
 IfcGetBasisSurface FUNCTION IfcSurface
 IfcHalfSpaceSolid ENTITY IfcSurface
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcMirroredProfileDef ENTITY IfcGeometricRepresentationItem
 IfcMirroredProfileDef ENTITY IfcRepresentationItem
 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 IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcScalarTimesVector FUNCTION IfcGeometricRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcSurface
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurface ENTITY IfcBoundedSurface
 IfcSurfaceCurveSweptAreaSolid ENTITY IfcSurface
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcGeometricRepresentationItem
 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
2016-06-01T11:21:40-04:00