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 NormalDimension object.
Usage locations
The PointRangeExpression object can be accessed from the following locations:
- Properties
- PointRange object has property End.
- PointRange object has property Start.
- Methods
- PointRangeExpressionList object has method Append().
- PointRangeExpressionList object has method Get(number).