SoLDMNodeFrontManagerGetOrderedShape2dTexFront Method (SoLdmShape, SbVec3i32, ListSoLDMTileID) |
Same as getOrderedTexFront but for 2d shapes slice geometry.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetOrderedShape2dTexFront(
SoLdmShape shape,
SbVec3i32 viewPoint,
List<SoLDMTileID> orderedTexFront
)
Public Sub GetOrderedShape2dTexFront (
shape As SoLdmShape,
viewPoint As SbVec3i32,
orderedTexFront As List(Of SoLDMTileID)
)
public:
void GetOrderedShape2dTexFront(
SoLdmShape^ shape,
SbVec3i32 viewPoint,
List<SoLDMTileID>^ orderedTexFront
)
member GetOrderedShape2dTexFront :
shape : SoLdmShape *
viewPoint : SbVec3i32 *
orderedTexFront : List<SoLDMTileID> -> unit
Parameters
- shape
- Type: OIV.LDM.NodesSoLdmShape
- viewPoint
- Type: OIV.InventorSbVec3i32
- orderedTexFront
- Type: System.Collections.GenericListSoLDMTileID
RemarksDefault implementation just calls getOrderedTexFront
See Also