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

IfcClothoidalArcSegment2D() private méthode

private IfcClothoidalArcSegment2D ( DatabaseIfc db, IfcClothoidalArcSegment2D s ) : System
db DatabaseIfc
s IfcClothoidalArcSegment2D
Résultat System
        internal IfcClothoidalArcSegment2D(DatabaseIfc db, IfcClothoidalArcSegment2D s)
            : base(db,s)
        {
            mStartRadius = s.mStartRadius; mIsCCW = s.mIsCCW; mIsEntry = s.mIsEntry; mClothoidConstant = s.mClothoidConstant;
        }

Same methods

IfcClothoidalArcSegment2D::IfcClothoidalArcSegment2D ( ) : System
IfcClothoidalArcSegment2D::IfcClothoidalArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW, bool isEntry, double clothoidConstant ) : System