GeometryGym.Ifc.IfcZShapeProfileDef.IfcZShapeProfileDef C# (CSharp) Méthode

IfcZShapeProfileDef() private méthode

private IfcZShapeProfileDef ( DatabaseIfc db, IfcZShapeProfileDef p ) : System
db DatabaseIfc
p IfcZShapeProfileDef
Résultat System
        internal IfcZShapeProfileDef(DatabaseIfc db, IfcZShapeProfileDef p)
            : base(db, p)
        {
            mDepth = p.mDepth; mFlangeWidth = p.mFlangeWidth; mWebThickness = p.mWebThickness; mFlangeThickness = p.mFlangeThickness; mFilletRadius = p.mFilletRadius; mEdgeRadius = p.mEdgeRadius;
        }

Same methods

IfcZShapeProfileDef::IfcZShapeProfileDef ( ) : System