LocalCoordinate
Local coordinates typically define positions relative to the coordinate system of a 'LocalWorkplane'.
Example
application = cf.Application.getInstance() project = application:NewProject() cuboid = project.Contents.Geometry:AddCuboid(cf.Point(0, 0, 0), 1, 1, 1) -- Modify the origin (local coordinates) of the cuboid cuboid.Origin.U = 2.5 cuboid.Origin.V = -0.5 cuboid.Origin.N = 1
Inheritance
The LocalCoordinate object is derived from the CompositeValue object.
The following objects are derived (specialisations) from the LocalCoordinate object:
Usage locations
The LocalCoordinate object can be accessed from the following locations:
- Properties
- Mirror object has property Origin.
- Rotate object has property Origin.
- Rotate object has property Axis.
- Translate object has property From.
- Translate object has property To.
- CustomAntennaArray object has property Origin.
- CablePath object has property ReferenceVector.
- PointRefinement object has property Position.
- Cone object has property BaseCentre.
- Cone object has property TopCentre.
- Cuboid object has property Origin.
- Cylinder object has property Base.
- Cylinder object has property Top.
- Ellipse object has property Centre.
- EllipticArc object has property Centre.
- Flare object has property Base.
- Flare object has property Top.
- Helix object has property Centre.
- HyperbolicArc object has property Centre.
- Spin object has property Origin.
- Spin object has property AxisDirection.
- Split object has property Origin.
- Sweep object has property From.
- Sweep object has property To.
- Line object has property EndPoint.
- Line object has property StartPoint.
- ParabolicArc object has property Centre.
- Paraboloid object has property Base.
- Rectangle object has property Origin.
- Sphere object has property Centre.
- FEMModalMeshPort object has property Corner1.
- FEMModalMeshPort object has property Corner2.
- FEMModalMeshPort object has property Corner3.
- FEMModalPort object has property Corner1.
- FEMModalPort object has property Corner2.
- FEMModalPort object has property Corner3.
- AbstractPointSource object has property Position.
- ElectricDipole object has property Position.
- MagneticDipole object has property Position.
- ImpressedCurrent object has property StartPosition.
- ImpressedCurrent object has property EndPosition.
- FarFieldSource object has property Position.
- NearFieldSource object has property BoxReferencePoint.
- PCBSource object has property Position.
- SolutionCoefficientSource object has property Position.
- SphericalModeSource object has property Position.
- FarFieldReceivingAntenna object has property Position.
- NearFieldReceivingAntenna object has property BoxReferencePoint.
- SphericalModeReceivingAntenna object has property Position.
- PeriodicBoundary object has property StartPoint.
- PeriodicBoundary object has property EndPointVectorOne.
- PeriodicBoundary object has property EndPointVectorTwo.
- NurbsControlPoint object has property Position.
- Methods
- LocalCoordinateList object has method Append().
- LocalCoordinateList object has method Get(number).