2027 Method
Changes 0
M

IFCGeometryInfo.CreateCurveGeometryInfo

Description:
Creates a new container object which holds IfcCurve handles processed from a Revit geometry object.
public static IFCGeometryInfo CreateCurveGeometryInfo(
	ExporterIFC ExporterIFC,
	Transform lcs,
	XYZ projectionDir,
	bool planViewOnly
)
  • ExporterIFC
    The exporter.
  • lcs
    The local coordinate system that defines the plane in which the curve handles must lie.
  • projectionDir
    The normal vector to the input plane.
  • Boolean
    planViewOnly
    True to match curves with plan view visibility only, false to match curves regardless of their plan view visibility.
Return Value IFCGeometryInfo The new geometry info container.