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

IfcIntersectionCurve() private méthode

private IfcIntersectionCurve ( DatabaseIfc db, IfcIntersectionCurve c ) : System
db DatabaseIfc
c IfcIntersectionCurve
Résultat System
        internal IfcIntersectionCurve(DatabaseIfc db, IfcIntersectionCurve c)
            : base(db, c)
        {
        }

Same methods

IfcIntersectionCurve::IfcIntersectionCurve ( ) : System
IfcIntersectionCurve::IfcIntersectionCurve ( IfcCurve curve, IfcPCurve p1, IfcPCurve p2, IfcPreferredSurfaceCurveRepresentation cr ) : System
IfcIntersectionCurve