You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export class IfcBSplineSurface extends IfcBoundedSurface {
16910
16910
type:number=2887950389;
16911
-
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical )
16911
+
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[][] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical )
16912
16912
{
16913
16913
super();
16914
16914
}
16915
16915
}
16916
16916
export class IfcBSplineSurfaceWithKnots extends IfcBSplineSurface {
16917
16917
type:number=167062518;
16918
-
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType )
16918
+
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[][] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType )
export class IfcRationalBSplineSurfaceWithKnots extends IfcBSplineSurfaceWithKnots {
17659
17659
type:number=683857671;
17660
-
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType , public WeightsData: IfcReal[] )
17660
+
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[][] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType , public WeightsData: IfcReal[][] )
export class IfcBSplineSurface extends IfcBoundedSurface {
27399
27399
type:number=2887950389;
27400
-
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical )
27400
+
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[][] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical )
27401
27401
{
27402
27402
super();
27403
27403
}
27404
27404
}
27405
27405
export class IfcBSplineSurfaceWithKnots extends IfcBSplineSurface {
27406
27406
type:number=167062518;
27407
-
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType )
27407
+
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[][] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType )
export class IfcRationalBSplineSurfaceWithKnots extends IfcBSplineSurfaceWithKnots {
28311
28311
type:number=683857671;
28312
-
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType , public WeightsData: IfcReal[] )
28312
+
constructor(public UDegree: IfcInteger , public VDegree: IfcInteger , public ControlPointsList: (Handle<IfcCartesianPoint> | IfcCartesianPoint)[][] , public SurfaceForm: IfcBSplineSurfaceForm , public UClosed: IfcLogical , public VClosed: IfcLogical , public SelfIntersect: IfcLogical , public UMultiplicities: IfcInteger[] , public VMultiplicities: IfcInteger[] , public UKnots: IfcParameterValue[] , public VKnots: IfcParameterValue[] , public KnotSpec: IfcKnotType , public WeightsData: IfcReal[][] )
0 commit comments