GeometryGym.Ifc.IfcBSplineSurface.IfcBSplineSurface C# (CSharp) Method

IfcBSplineSurface() private method

private IfcBSplineSurface ( DatabaseIfc db, int uDegree, int vDegree, IfcBSplineSurfaceForm form ) : System
db DatabaseIfc
uDegree int
vDegree int
form IfcBSplineSurfaceForm
return System
        private IfcBSplineSurface(DatabaseIfc db, int uDegree, int vDegree, IfcBSplineSurfaceForm form)
            : base(db)
        {
            mUDegree = uDegree;
            mVDegree = vDegree;
            mSurfaceForm = form;
        }

Same methods

IfcBSplineSurface::IfcBSplineSurface ( ) : System
IfcBSplineSurface::IfcBSplineSurface ( DatabaseIfc db, IfcBSplineSurface s ) : System
IfcBSplineSurface::IfcBSplineSurface ( int uDegree, int vDegree, List controlPoints, IfcBSplineSurfaceForm form ) : System