LocalInternalCoordinate
Local coordinates typically define positions relative to the coordinate system of a 'LocalWorkplane'.
Example
application = cf.Application.getInstance() project = application:NewProject() -- Create a fitted spline from a list of LocalInternalCoordinate points = {} points[1] = cf.Point(1,0,0) points[2] = cf.Point(1,1,0) points[3] = cf.Point(1,1,1) fittedSpline = project.Contents.Geometry:AddFittedSpline(points)
Inheritance
The LocalInternalCoordinate object is derived from the LocalCoordinate object.
Usage locations
The LocalInternalCoordinate object can be accessed from the following locations:
- Properties
- ConstrainedSurfacePoint object has property Normal.
- ConstrainedSurfacePoint object has property Position.
- Methods
- LocalInternalCoordinateList object has method Append().
- LocalInternalCoordinateList object has method Get(number).