API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > StructuralMemberExporter Class > StructuralMemberExporter Methods > StructuralMemberExporter::getStructuralMemberAxisTransform Method
StructuralMemberExporter::getStructuralMemberAxisTransform Method
Syntax
C++
static StructuralMemberAxisInfoPtr getStructuralMemberAxisTransform(const OdBmElementPtr& element);
Parameters 
Description 
const OdBmElementPtr& element 
[in] structural member element.
 

StructuralMemberAxisInfo structure, or null if the structural member has no axis, or it is not a Line or Arc.

Get information about the structural member axis, if possible. Here we will do the following:

  • Calculate the Axis LCS by using the Axis curve itself with

the StartPoint of the curve to be the origin and the tangent of the curve at origin as the direction

  • The curve is then transformed to its LCS

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.