Role: To access the data of the thickness on an hybrid shape feature object. This data includes:
- The thickness orientation
- The thickness1 value
- The thickness2 value
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
Orientthe orientation for theThickness1hybrid 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
ThickVal1the first thickness value for theThickhybrid shape feature.Dim ThickVal1 As double Set ThickVal1 = Thick.Thickness1
- Example:
This example retrieves in
- Property Thickness1Value() As (Read Only)
-
Returns the first thickness value.
- Example:
-
This example retrieves in
ThickVal1the first thickness value for theThickhybrid 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
ThickVal2the second thickness value for theThickhybrid shape feature.Dim ThickVal2 As double Set ThickVal2 = Thick.Thickness2
- Example:
This example retrieves in
- Property Thickness2Value() As (Read Only)
-
Returns the second thickness value.
- Example:
-
This example retrieves in
ThickVal2the second thickness value for theThickhybrid shape feature.Dim ThickVal2 As Length Set ThickVal2 = Thick.Thickness2Value