HybridShapeThickness (Object)

Represents the hybrid shape Thickness feature object.
Role: To access the data of the thickness on an hybrid shape feature object. This data includes:

Properties


Property Orientation() As
Returns or sets the orientation.
Role:
Orientation = 1 means that the first thickness is measured with the normal of the support Orientation = -1 means that the first thickness is measured with the inverted normal of the support
Example:
This example retrieves in Orient the orientation for the Thickness1 hybrid shape feature.
 Dim Orient As long
 Set Orient = Thickness1.Orientation
 
Property Thickness1() As
Returns or sets the first thickness value in mm.
Example: This example retrieves in ThickVal1 the first thickness value for the Thick hybrid shape feature.
 Dim ThickVal1 As double
 Set ThickVal1 = Thick.Thickness1
Property Thickness1Value() As (Read Only)
Returns the first thickness value.
Example:
This example retrieves in ThickVal1 the first thickness value for the Thick hybrid shape feature.
 Dim ThickVal1 As Length
 Set ThickVal1 = Thick.Thickness1Value
 
Property Thickness2() As
Returns or sets the second thickness value in mm.
Example: This example retrieves in ThickVal2 the second thickness value for the Thick hybrid shape feature.
 Dim ThickVal2 As double
 Set ThickVal2 = Thick.Thickness2
Property Thickness2Value() As (Read Only)
Returns the second thickness value.
Example:
This example retrieves in ThickVal2 the second thickness value for the Thick hybrid shape feature.
 Dim ThickVal2 As Length
 Set ThickVal2 = Thick.Thickness2Value