PlanarSketch.PlanarEntityGeometry Property
Parent Object: PlanarSketchDescription
Property that returns the geometry that describes the plane the sketch is based on.
Syntax
PlanarSketch.PlanarEntityGeometry() As PlaneProperty Value
This is a read only property whose value is a Plane.Samples
Name | Description |
Create sheet metal rip feature | This sample demonstrates the creation of a rip sheet metal feature. |
Offset a 2D sketch | This sample demonstrates the creation of offsets in 2d sketches. Two ways of creating the offset are shown - one uses a distance and the other uses the input point. |