Indexes   

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:

Property Index

Orientation
Returns or sets the orientation.
Thickness1Value
Returns the first thickness value.
Thickness1
Returns or sets the first thickness value in mm.
Thickness2Value
Returns the second thickness value.
Thickness2
Returns or sets the second thickness value in mm.

Properties


o 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
 
o 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
 
o 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
o 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
 
o 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

Copyright © 2006, Dassault Systèmes. All rights reserved.