Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Double value indicating nominal. May be omitted when no nominal is needed.
Double value indicating plus tolerance.
Double value indicating minus tolerance. May be omitted when no minus tolerance is needed.
Arrow multiplier for dimension. Optional. Defaults to 1.0.
SetNoms Method
Description
Set nominal values for dimension (used inside StartDimension Block)
Syntax
Visual Basic
Public Sub SetNoms( _
   ByVal dtype As DIMAXISTYPE, _
   Optional ByVal nom As Variant, _
   Optional ByVal plus_tol As Variant, _
   Optional ByVal minus_tol As Variant, _
   Optional ByVal multiplier As Variant _
) 
Parameters
dtype
ValueDescription
PCD_A 
PCD_D 
PCD_DD 
PCD_DF 
PCD_L 
PCD_M 
PCD_PA 
PCD_PD 
PCD_PR 
PCD_R 
PCD_RS 
PCD_RT 
PCD_S 
PCD_T 
PCD_TP 
PCD_V 
PCD_X 
PCD_Y 
PCD_Z 
nom
Double value indicating nominal. May be omitted when no nominal is needed.
plus_tol
Double value indicating plus tolerance.
minus_tol
Double value indicating minus tolerance. May be omitted when no minus tolerance is needed.
multiplier
Arrow multiplier for dimension. Optional. Defaults to 1.0.
Remarks

When the DefaultAxes command is not used for dimensions of type location and true position, an axis corresponding to the dtype parameter is added for every call to SetNoms.

See Also