Creates a new perpendicular constraint that forces the sketch curve to be perpendicular to the specified surface. Line and spline curves are supported.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
PerpendicularToSurfaceConstraint | Returns the newly created PerpendicularToSurfaceConstraint object or null if the creation failed. |
Name | Type | Description |
curve | SketchCurve | The SketchCurve to constrain to the surface. |
surface | Base | The BRepFace or ConstructionPlane the line will be perpendicular to. |