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

IfcIntersectionCurve() private méthode

private IfcIntersectionCurve ( IfcCurve curve, IfcPCurve p1, IfcPCurve p2, IfcPreferredSurfaceCurveRepresentation cr ) : System
curve IfcCurve
p1 IfcPCurve
p2 IfcPCurve
cr IfcPreferredSurfaceCurveRepresentation
Résultat System
        internal IfcIntersectionCurve(IfcCurve curve, IfcPCurve p1, IfcPCurve p2, IfcPreferredSurfaceCurveRepresentation cr)
            : base(curve,p1,p2,cr)
        {
        }

Same methods

IfcIntersectionCurve::IfcIntersectionCurve ( ) : System
IfcIntersectionCurve::IfcIntersectionCurve ( DatabaseIfc db, IfcIntersectionCurve c ) : System
IfcIntersectionCurve