Indexes   

SewSurface (Object)

Represents the sewing operation.
It sews a shape using a sewing element, such as a surface or a face

Property Index

SewingIntersectionMode
Returns or sets the sewing mode .
SewingSide
Returns or sets the sewing side .

Method Index

SetVolumeSupport
Sets the volume support for volume sew surface.

Properties


o Property SewingIntersectionMode() As
Returns or sets the sewing mode . The sewing side is the side of the body kept after the sewing. A positive side refers to the same orientation than the sewing element normal vector.
Example:
The following example returns in sptSide the sewing side of the sew shape mySew, and then sets it to catPositiveSide:
 Set sptSide = mySew.SewingSide
 mySew.SewingSide = catPositiveSide
 
o Property SewingSide() As
Returns or sets the sewing side . The sewing side is the side of the body kept after the sewing. A positive side refers to the same orientation than the sewing element normal vector.
Example:
The following example returns in sptSide the sewing side of the sew shape mySew, and then sets it to catPositiveSide:
 Set sptSide = mySew.SewingSide
 mySew.SewingSide = catPositiveSide
 

Methods


o Sub SetVolumeSupport( iVolume)
Sets the volume support for volume sew surface.
Parameters:
iVolume
A Reference object to a volume (see
Reference for more information)
Example:
The following example sets the volume support of SewSurface firstSewSurface to volumeExtrude volume reference :
 firstSewSurface.SetVolumeSupport volumeExtrudeRef

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