PoPolarLinAxis Constructor (Single, Single, Single, Single) |
Calls PoPolarLinAxis(offset, startRadius, endRadius, theta, 0.0).
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
)
Public Sub New (
offset As Single,
startRadius As Single,
endRadius As Single,
theta As Single
)
public:
PoPolarLinAxis(
float offset,
float startRadius,
float endRadius,
float theta
)
new :
offset : float32 *
startRadius : float32 *
endRadius : float32 *
theta : float32 -> PoPolarLinAxis
Parameters
- offset
- Type: SystemSingle
- startRadius
- Type: SystemSingle
- endRadius
- Type: SystemSingle
- theta
- Type: SystemSingle
Remarks See Also