Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelFiller::createTrimmedCurve Method (const OdDAIObjectId&, double, double, bool)
Syntax
C++
OdIfc::OdIfcInstancePtr createTrimmedCurve(const OdDAIObjectId& basisCurve, double param1, double param2, bool bSenseAgreement);

Creates an instance of IfcTrimmedCurve entity.

Parameters
Description
basisCurve
[in] OdDAIObjectId db handle of existing curve entity.
param1
[in] the first trimming point which may be specified as a Cartesian point.
param2
[in] the second trimming point which may be specified as a Cartesian point.
bSenseAgreement
[in] indicate whether the direction of the trimmed curve agrees with or is opposed to the direction of the basis curve.

A pointer to the created and appended to the model entity.

Copyright © 2002-2022. Open Design Alliance All rights reserved.