Creates an OffsetFacesFeatureInput object. Use properties and methods on this object to define the offset feature you want to create and then use the add method, passing in the OffsetFacesFeatureInput object to create the feature.
"offsetFacesFeatures_var" is a variable referencing an OffsetFacesFeatures object. |
"offsetFacesFeatures_var" is a variable referencing an OffsetFacesFeatures object. |
| Type | Description |
| OffsetFacesFeatureInput | Returns the newly created OffsetFacesFeatureInput object or null if the creation failed. |
| Name | Type | Description |
| faces | BRepFace[] | An array of BRepFace objects to offset. These faces can exist on multiple bodies and in multiple components. They cannot be in an externally referenced component. |
| distance | ValueInput | The distance of the offset. A positive value offsets the faces in the direction of the face normal. A negative value goes in the other direction. This is a ValueInput object that can be created using either createByReal or createByString. When a real ValueInput is used, the value is centimeters. When a string ValueInput is used, it defines the expression of the parameter that will be created to control the feature and any valid expression that defines a distance can be used. |