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