PARVal Class

Parametric data used when defining parametric parts
Public Class PARVal
This language is not supported or no code example is available.
public class PARVal
This language is not supported or no code example is available.
public ref class PARVal 
This language is not supported or no code example is available.
public class PARVal
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Static Par(string, double) Creates a normal real value parameter
Public method Static ParAngle(string, double) Creates an angle input parameter
Public method Static ParDist(string, double) Creates a distance input parameter
Public method Static ParInt(string, int) Creates an int input parameter
Top
Fields
 
Name Description
Public field Angle Angle input
Public field Default Default value
Public field Distance Distance input
Public field IsInt Integer input
Public field Name Name of the variable
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition