AutoDraft (Object)

Represents the AutoDraft shape.

Properties


Property FunctionalFace( iFace) (Write Only)
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
 
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
 
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
 
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
 
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