IFCExportReactorGetCartesianPoint2D Method
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
protected IfcEntity GetCartesianPoint2D(
Point2d pt
)
Protected Function GetCartesianPoint2D (
pt As Point2d
) As IfcEntity
protected:
IfcEntity^ GetCartesianPoint2D(
Point2d pt
)
member GetCartesianPoint2D :
pt : Point2d -> IfcEntity
Parameters
- pt
- Type: Teigha.GeometryPoint2d
Return Value
Type:
IfcEntity
See Also