Creates a new parallel constraint between a sketch line and a planar surface that will constrain the line to lie on a plane parallel to the specified surface.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
LineParallelToPlanarSurfaceConstraint | Returns the newly created LineParallelToPlanarSurfaceConstraint object or null if the creation failed. |
Name | Type | Description |
line | SketchLine | The SketchLine to constrain to the surface. |
planarSurface | Base | The planar BRepFace or CosntructionPlane the sketch line will be parallel to. |