Application.NewPointOnFace
Method
Description:
Construct a PointOnFace object which is used to define the placement of a ReferencePoint given a reference and a location on the face.
Construct a PointOnFace object which is used to define the placement of a ReferencePoint given a reference and a location on the face.
Parameters
| Parameter | Type | Description |
|---|---|---|
| faceReference | Reference | The reference whose face the object will be created on. |
| uv | UV | A 2-dimensional position. |
Return Value
| Type | Description |
|---|---|
| PointOnFace | A new PointOnFace object. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input argument faceReference or uv is. |