IFCExportReactorGetDirection3D Method
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
protected IfcEntity GetDirection3D(
Vector3d vec
)
Protected Function GetDirection3D (
vec As Vector3d
) As IfcEntity
protected:
IfcEntity^ GetDirection3D(
Vector3d vec
)
member GetDirection3D :
vec : Vector3d -> IfcEntity
Parameters
- vec
- Type: Teigha.GeometryVector3d
Return Value
Type:
IfcEntity
See Also