CartesianDescription

The description of an analytical curve using the Cartesian coordinate system.

Example

app = cf.GetApplication()
project = app:NewProject()
analyticalCurve = project.Geometry:AddAnalyticalCurve(0, 1, "t", "t^2", 0)

    -- Access the Cartesian description

analyticalCurve.CartesianDescription.U = 0
analyticalCurve.CartesianDescription.N = "t"

Usage locations (object properties)

The following objects have properties using the CartesianDescription object:

Property List

N
The curve description in the N dimension as a function of variable t. (Read/Write Expression)
U
The curve description in the U dimension as a function of variable t. (Read/Write Expression)
V
The curve description in the V dimension as a function of variable t. (Read/Write Expression)

Property Details

N
The curve description in the N dimension as a function of variable t.
Type
Expression
Access
Read/Write
U
The curve description in the U dimension as a function of variable t.
Type
Expression
Access
Read/Write
V
The curve description in the V dimension as a function of variable t.
Type
Expression
Access
Read/Write