GSMInterfaces HybridShapeWrapSurface (Object)
All Frameworks Object Hierarchy This Framework Indexes
HybridShapeWrapSurface (Object)
Represents the hybrid shape wrap surface object.
Role: To access the data of the hybrid shape wrap surface object.
This data includes:
- Two definition surfaces (refrence and target), who define the deformation
Use the CATIAHybridShapeFactory to create a HybridShapeWrapSurface object.
- See also:
- HybridShapeFactory
Property Index
-
DeformationMode
- Returns or sets whether the wrap surface is or should be created as a"Normal"
or with a "3D" deformation mode.
-
ReferenceSurface
- Returns or sets the reference surface of the WrapSurface.
-
Surface
- Returns or sets the reference surface to deform of the WrapSurface.
-
TargetSurface
- Returns or sets the target surface of the WrapSurface.
Properties
| o Property DeformationMode( | ) As |
-
Returns or sets whether the wrap surface is or should be created as a"Normal"
or with a "3D" deformation mode.
Legal values: 2 for the normal solution and 1 for 3D solution.
- Example:
- This example sets the mode to create the wrap surface
hybWrapSurface with a 3D deformation mode.
hybWrapSurface.3D deformation mode = 1
| o Property ReferenceSurface( | ) As |
-
Returns or sets the reference surface of the WrapSurface.
- Example:
-
This example retrieves in
ReferenceSurface the surface to deform
of the ShpWrapSurface hybrid shape WrapSurface feature.
ReferenceSurface = ShpWrapSurface.Surface
-
Returns or sets the reference surface to deform of the WrapSurface.
- Example:
-
This example retrieves in
SurfaceToDeform the surface to deform
of the ShpWrapSurface hybrid shape WrapSurface feature.
SurfaceToDeform = ShpWrapSurface.Surface
| o Property TargetSurface( | ) As |
-
Returns or sets the target surface of the WrapSurface.
- Example:
-
This example retrieves in
TargetSurface the surface to deform
of the ShpWrapSurface hybrid shape WrapSurface feature.
TargetSurface = ShpWrapSurface.Surface
Copyright © 2003, Dassault Systèmes. All rights reserved.