All Frameworks Object Hierarchy This Framework Indexes
| o Property DraftAngle( | ) As (Read Only) |
Set angle = firstDraftDomain.DraftAngle
| o Property FacesToDraft( | ) As (Read Only) |
Set list = firstDraftDomain.FacesToDraft
| o Property MultiselectionMode( | ) As |
Set MultiselMode = firstDraftDomain.MultiselectionMode firstDraftDomain.MultiselectionMode = CATMultiselectionByNeutralMode
| o Property NeutralElement( | ) As |
Set neutral = firstDraftDomain.NeutralElement firstDraftDomain.NeutralElement = newNeutral
| o Property NeutralPropagationMode( | ) As |
Set propMode = firstDraftDomain.NeutralPropagationMode firstDraftDomain.NeutralPropagationMode = CATSmoothDraftNeutralPropagationMode
| o Property PullingDirectionElement( | ) As |
Set pullingdirection = firstDraftDomain.NeutralElement firstDraftDomain.PullingDirectionElement = newPullingDirection
| o Sub AddFaceToDraft( | iFace) |
CurrentDraftDomain.AddFaceToDraft(NewFaceToDraft)
| o Sub GetPullingDirection( | ioPullingDirection) |
Set PullDir = firstDraftDomain.PullingDirection Set x = PullDir[0] Set y = PullDir[1] Set z = PullDir[2]
| o Sub RemoveFaceToDraft( | iFace) |
CurrentDraftDomain.RemoveFaceToDraft(FaceToRemove)
| o Sub SetPullingDirection( | iX, | |
| iY, | ||
| iZ) |
firstDraftDomain.PullingDirection 10, -5, 10
| o Sub SetVolumeSupport( | iVolumeSupport) |
Copyright © 2003, Dassault Systèmes. All rights reserved.