PointRangeExpression
A type of parametric expression used in point ranges.
Example
application = cf.Application.getInstance() project = application:NewProject() -- Create a plane wave source planeWave = project.Contents.SolutionConfigurations.GlobalSources:AddPlaneWave(0,0)
Inheritance
The PointRangeExpression object is derived from the Dimension object.
Usage locations
The PointRangeExpression 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.
- PointRange object has property End.
- PointRange object has property Start.
- Methods
- PointRangeExpressionList object has method Append().
- PointRangeExpressionList object has method Get(number).