Click or drag to resize
SoLDMGeomElementSetGeometry Method

Sets node member and returns information about whether any properties of the node have changed (change of ROI, bounding box...).

Namespace: OIV.LDM
Assembly: 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
)

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