IFCGeometryInfo.CreateCurveGeometryInfo
Method
Description:
Creates a new container object which holds IfcCurve handles processed from a Revit geometry object.
Creates a new container object which holds IfcCurve handles processed from a Revit geometry object.
Syntax
public static IFCGeometryInfo CreateCurveGeometryInfo(
ExporterIFC ExporterIFC,
Transform lcs,
XYZ projectionDir,
bool planViewOnly
)
Parameters
Parameter | Type | Description |
---|---|---|
ExporterIFC | ExporterIFC | The exporter. |
lcs | Transform | The local coordinate system that defines the plane in which the curve handles must lie. |
projectionDir | XYZ | The normal vector to the input plane. |
planViewOnly | Boolean | True to match curves with plan view visibility only, false to match curves regardless of their plan view visibility. |
Return Value
Type | Description |
---|---|
IFCGeometryInfo | The new geometry info container. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |