| SoFaceDetailSetPoint Method | 
 
Namespace: OIV.Inventor.DetailsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
 Syntax
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetPoint(
	int index,
	SoPointDetail pd
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetPoint ( 
	index As Integer,
	pd As SoPointDetail
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetPoint(
	int index, 
	SoPointDetail^ pd
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetPoint : 
        index : int * 
        pd : SoPointDetail -> unit 
Parameters
- index
- Type: SystemInt32
 
- pd
- Type: OIV.Inventor.DetailsSoPointDetail
 
 Remarks
Remarks See Also
See Also