SoLDMGeomElementGetMatrix Method |
Returns the matrix associated with the geometry.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SbMatrix GetMatrix()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetMatrix As SbMatrix
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SbMatrix GetMatrix()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetMatrix : unit -> SbMatrix
Return Value
Type:
SbMatrix
Remarks
See Also