Creates a new constraint that forces the sketch line to lie on a planar surface.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
LineOnPlanarSurfaceConstraint | Returns the newly created LineOnPlanarSurfaceConstraint 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 lie on. |