Click or drag to resize
SoLDMNodeFrontManagerGetOrderedShape2dTexFront Method (SoLdmShape, SbVec3i32, Queue)

Note: This API is now obsolete.

Same as getOrderedTexFront but for 2d shapes slice geometry.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetOrderedShape2dTexFront(
	SoLdmShape shape,
	SbVec3i32 viewPoint,
	Queue orderedTexFront
)

Parameters

shape
Type: OIV.LDM.NodesSoLdmShape
viewPoint
Type: OIV.InventorSbVec3i32
orderedTexFront
Type: System.CollectionsQueue
Remarks

Default implementation just calls getOrderedTexFront

Obsolete since OpenInventor 8000.
See Also