CurveGetCoordinateSystemOnRelativePosition Method  | 
 [This is preliminary documentation and is subject to change.]
            Returns the coordinate system in a given point on the curve
            
 
    Namespace: 
   Infrastructure.Geometry.Curves
    Assembly:
   Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntaxpublic virtual CoordinateSystem GetCoordinateSystemOnRelativePosition(
	double position,
	CoordinateSystemAdjustment adjustment = null
)
Parameters
- position
 - Type: SystemDouble
The position on the curve. Should be between 0 and 1 - adjustment (Optional)
 - Type: Infrastructure.GeometryCoordinateSystemAdjustment
An optional adjustment to be made to the coordinate system 
Return Value
Type: 
CoordinateSystemA coordinate system in a given point
See Also