ExporterIFCUtils.IsCurveFromOtherElementSketch
Method
Description:
Identifies if the given curve element is generated by another element's sketch, or if it represents an independent curve element accessible directly by the user.
Identifies if the given curve element is generated by another element's sketch, or if it represents an independent curve element accessible directly by the user.
Parameters
Parameter | Type | Description |
---|---|---|
curveElement | CurveElement | The curve element. |
Return Value
Type | Description |
---|---|
Boolean | True if the curve element was generated by a sketch, false if it is independent. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |