Part.GetFaceOffset
Method
Description:
Get face offset of the given part face.
Get face offset of the given part face.
Parameters
Parameter | Type | Description |
---|---|---|
face | Face | The face whose offset is required. |
Return Value
Type | Description |
---|---|
Double | Returns the value of the offset. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | face does not belong to the part. |
ArgumentNullException | A non-optional argument was null |