Method that overrides the width extent of the specified physical flange to define a flange whose width is defined with respect to two entities.
Edge |
Edge |
The Edge that identifies which flange to set the width extent for. The creation of a single flange feature can result in many physical flanges being added to the part. Each edge specified for the flange feature wll result in a physical flange. The edge specified as input to this argument must be one of the edges that was specified as input to the flange feature and defines which physical flange to set the width extent for. |
OffsetEntityOne |
Object |
Input Object that defines the first entity the distance is measured relative to. This can be a point (WorkPoint or a Vertex object) or a plane (Face or WorkPlane object that is perpendicular to the selected edge). |
OffsetDistanceOne |
Variant |
Input Variant that defines the distance of the flange from offset entity one. This can be either a numeric value or a string. A parameter for this value will be created and the supplied string or value is assigned to the parameter. If a value is input, the units are centimeters. If a string is input, the units can be specified as part of the string or it will default to the current length units of the document. |
OffsetEntityTwo |
Object |
Input Object that defines the second entity the distance is measured relative to. This can be a point (WorkPoint or a Vertex object) or a plane (Face or WorkPlane object that is perpendicular to the selected edge). |
OffsetDistanceTwo |
Variant |
Input Variant that defines the distance of the flange from offset entity two. This can be either a numeric value or a string. A parameter for this value will be created and the supplied string or value is assigned to the parameter. If a value is input, the units are centimeters. If a string is input, the units can be specified as part of the string or it will default to the current length units of the document. |