PlanarSketch.SketchFixedSplines Property
Parent Object: PlanarSketchDescription
Property that gets the collection object.
Syntax
PlanarSketch.SketchFixedSplines() As SketchFixedSplinesProperty Value
This is a read only property whose value is a SketchFixedSplines.Samples
Name | Description |
Extract a Partial Curve from a Curve | Demonstrates the ability to extract partial curves from a transient geometry curve. This sample has you select an existing sketch spline and extracts three curves from the curve. It then creates real curves using the extracted curves and deletes the original sketch curve. |
Split a 2D Curve | Demonstrates the ability to extract split curves from a transient geometry curve. This sample has you select an existing sketch spline and splits it at the midpoint of parametric space. It then creates real curves using the split curve results and deletes the original sketch curve. |