SoPickedPointSetDetail Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetDetail(
SoDetail detail,
SoNode node
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetDetail (
detail As SoDetail,
node As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetDetail(
SoDetail^ detail,
SoNode^ node
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetDetail :
detail : SoDetail *
node : SoNode -> unit
Parameters
- detail
- Type: OIV.Inventor.DetailsSoDetail
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also