SoLDMGeometryAddGeometry Method |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void AddGeometry(
SoAction action,
SoNode node
)
Public Sub AddGeometry (
action As SoAction,
node As SoNode
)
public:
void AddGeometry(
SoAction^ action,
SoNode^ node
)
member AddGeometry :
action : SoAction *
node : SoNode -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
- node
- Type: OIV.Inventor.NodesSoNode
RemarksThe action is passed to access state and geometry information.
See Also