NormalDimension
An amount measured in regular units, such as metres or feet.
Example
application = cf.Application.GetInstance() project = application: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.Definitions.FieldDataList:AddNearFieldDataFileStructure(properties) -- Change the height of the cartesian face nearFieldData.CartesianStructure.Height = "4"
Inheritance
The NormalDimension object is derived from the Dimension object.
The following objects are derived (specialisations) from the NormalDimension object:
Usage locations
The NormalDimension object can be accessed from the following locations:
- Properties
- Cutplane object has property Offset.
- Cone object has property Height.
- Cuboid object has property Height.
- Cylinder object has property Height.
- Flare object has property Height.
- Helix object has property Height.
- Paraboloid object has property FocalDepth.
- Sphere object has property RadiusN.
- CylindricalStructure object has property Height.
- Methods
- NormalDimensionList object has method Append().
- NormalDimensionList object has method Get(number).