SoFaceDetailGetPoint Method |
Returns information about the point forming the i'th vertex of the face, represented as an SoPointDetail.
Namespace: OIV.Inventor.DetailsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoPointDetail GetPoint(
int i
)
Public Function GetPoint (
i As Integer
) As SoPointDetail
public:
SoPointDetail^ GetPoint(
int i
)
member GetPoint :
i : int -> SoPointDetail
Parameters
- i
- Type: SystemInt32
Return Value
Type:
SoPointDetail
Remarks
See Also