PoPolarLinAxis Constructor (Single, Single, Single, Single, Single) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoPolarLinAxis(
float offset,
float startRadius,
float endRadius,
float theta,
float step
)
Public Sub New (
offset As Single,
startRadius As Single,
endRadius As Single,
theta As Single,
step As Single
)
public:
PoPolarLinAxis(
float offset,
float startRadius,
float endRadius,
float theta,
float step
)
new :
offset : float32 *
startRadius : float32 *
endRadius : float32 *
theta : float32 *
step : float32 -> PoPolarLinAxis
Parameters
- offset
- Type: SystemSingle
- startRadius
- Type: SystemSingle
- endRadius
- Type: SystemSingle
- theta
- Type: SystemSingle
- step
- Type: SystemSingle
Remarks See Also