SketchFixedSplines3D.AddByEdge Method
Parent Object: SketchFixedSplines3DDescription
Method that creates a fixed spline based on an input transient Edge object. This capability is useful because some edges are defined precisely using a procedural algorithm. Converting these to a NURBS curves results in an approximation of the procedural curve. The SketchFixedSpline3D object created with this method has the full accuracy of the procedural curve without any approximation.
Syntax
SketchFixedSplines3D.AddByEdge( TransientEdge As Edge ) As SketchFixedSpline3DParameters
Name | Type | Description |
TransientEdge | Edge | Input Edge object. The edge must be a transient B\-Rep Edge or the method will fail. |