SoLDMGeomElementSetGeometry Method |
Sets node member and returns information about whether any properties of the node have changed (change of ROI, bounding box...).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool SetGeometry(
SoAction action,
SoNode node,
out bool userInteracts
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function SetGeometry (
action As SoAction,
node As SoNode,
<OutAttribute> ByRef userInteracts As Boolean
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool SetGeometry(
SoAction^ action,
SoNode^ node,
[OutAttribute] bool% userInteracts
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetGeometry :
action : SoAction *
node : SoNode *
userInteracts : bool byref -> bool
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
- node
- Type: OIV.Inventor.NodesSoNode
- userInteracts
- Type: SystemBoolean
Return Value
Type:
Boolean
Remarks view indicates if the viewpoint should be taken into account. roiChanged indicates if there was any ROI change. userInteracts indicates if the user is interacting with the scene at the time of the valuation.
See Also