CartesianStructure
The cartesian coordinate system source description.
Example
app = cf.GetApplication() project = app:NewProject() -- Create a 'NearFieldFileStructure' from a set of default properties properties = cf.NearFieldDataFileStructure.GetDefaultProperties() properties.CoordinateType = cf.Enums.NearFieldDataCoordinateTypeEnum.Cartesian properties.CartesianStructure.Height = "2" properties.CartesianStructure.Width = "2" properties.CartesianStructure.UPoints = "11" properties.CartesianStructure.VPoints = "11" properties.EFieldFilename = [[EFieldFileName]] properties.HFieldFilename = [[HFieldFileName]] nearFieldData = project.FieldDataList:AddNearFieldDataFileStructure(properties) -- Change the height of the cartesian face nearFieldData.CartesianStructure.Height = "4"
Usage locations (object properties)
The following objects have properties using the CartesianStructure object:
Property List
- Height
- The height of the cartesian face. (Read/Write Expression)
- UPoints
- The number of points along U. (Read/Write Expression)
- VPoints
- The number of points along V. (Read/Write Expression)
- Width
- The width of the cartesian face. (Read/Write Expression)
Property Details
- Height
- The height of the cartesian face.
- Type
- Expression
- Access
- Read/Write
- UPoints
- The number of points along U.
- Type
- Expression
- Access
- Read/Write
- VPoints
- The number of points along V.
- Type
- Expression
- Access
- Read/Write
- Width
- The width of the cartesian face.
- Type
- Expression
- Access
- Read/Write