Indexes   

AutoDraft (Object)

Represents the AutoDraft shape.

Property Index

FunctionalFace
FunctionalFaces
Returns or sets the functional faces.
MainDraftAngle
Returns or sets the main draft angle.
Mode
Returns or sets the draft mode.
PartingElement
Returns or sets the parting element.
PullingDirection
Returns or sets the pulling direction.

Properties


o Property FunctionalFace( iFace) (Write Only)
o Property FunctionalFaces() As (Read Only)
Returns or sets the functional faces.
Example:
The following example returns in FunctionalFaces the list functional faces of the AutoDraft AutoDraft, and then sets NewFunctionalFace as a functional face:
 Set FunctionalFaces = AutoDraft.FunctionalFace
 AutoDraft.FunctionalFace = NewFunctionalFace
 
o Property MainDraftAngle() As
Returns or sets the main draft angle.
Example:
The following example returns in MainDraftAngle the main draft angle of the AutoDraft AutoDraft, and then sets it to NewMainDraftAngle.:
 Set MainDraftAngle = AutoDraft.MainDraftAngle
 AutoDraft.MainDraftAngle = NewMainDraftAngle
 
o Property Mode() As
Returns or sets the draft mode.
Example:
The following example returns in Mode the mode of the draft AutoDraft AutoDraft, and then sets it to NewMode:
 Set Mode = AutoDraft.Mode
 AutoDraft.Mode = NewMode
 
o Property PartingElement() As
Returns or sets the parting element.
Example:
The following example returns in PartingElement the parting element of the AutoDraft AutoDraft, and then sets it to NewpartingElement:
 Set PartingElement = AutoDraft.PartingElement
 AutoDraft.PartingElement = NewPartingElement
 
o Property PullingDirection() As
Returns or sets the pulling direction.
Example:
The following example returns in PullingDirection the pulling direction of the AutoDraft AutoDraft, and then sets it to NewPullingDirection.:
 Set PullingDirection = AutoDraft.PullingDirection
 AutoDraft.PullingDirection = NewPullingDirection
 

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