Click or drag to resize
SoLDMNodeFrontManagerRegisterSlice Method

This function must be called by a slice to notify the nodeFrontManager that a new data structure must be maintained for it.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.37.0 (9.9.37.0)
Syntax
public bool RegisterSlice(
	out int id,
	SoShape name_17741
)

Parameters

id
Type: SystemInt32
name_17741
Type: OIV.Inventor.NodesSoShape

Return Value

Type: Boolean
Remarks

The returned value indicates whether the slice has already been registered (true) or not.

See Also