LocalCartesianPoint

The Cartesian request point positions.

Example

app = cf.GetApplication()
project = app:NewProject()

nearField = project.SolutionConfigurations[1].NearFields:AddCartesian(1,0,0,0,0,0,11,1,1)

    --  Get the Start of the 'NearField'

localCartesianPoint = nearField.CartesianRequestPoints.Start

    -- Get the X coordinate of the point, which is 1

u = localCartesianPoint.U

    -- Get the V coordinate of the point, which is 1

v = localCartesianPoint.V

    -- Get the N coordinate of the point, which is 1

n = localCartesianPoint.N



Usage locations (object properties)

The following objects have properties using the LocalCartesianPoint object:

Property List

N
The N value. (Read/Write Expression)
U
The U value. (Read/Write Expression)
V
The V value. (Read/Write Expression)

Property Details

N
The N value.
Type
Expression
Access
Read/Write
U
The U value.
Type
Expression
Access
Read/Write
V
The V value.
Type
Expression
Access
Read/Write