All Frameworks Object Hierarchy This Framework Indexes
o Property AnchorMode( | ) As |
Dim holeAnchorMode Set holeAnchorMode = assemblyHole.AnchorMode assemblyHole.AnchorMode = catMiddlePointHoleAnchor
o Property BottomAngle( | ) As (Read Only) |
Dim holeBottomAngle As Angle Set holeBottomAngle = assemblyHole.BottomAngle
o Property BottomLimit( | ) As (Read Only) |
Dim limit As Limit Set limit = assemblyHole.BottomLimit
o Property BottomType( | ) As |
Dim holeBottomType Set holeBottomType = assemblyHole.BottomType assemblyHole.BottomType = catVHoleBottom
o Property Diameter( | ) As (Read Only) |
Dim holeDiam As Length Set holeDiam = assemblyHole.Diameter
o Property HeadAngle( | ) As (Read Only) |
Dim holeHeadAngle As Angle Set holeHeadAngle = assemblyHole.HeadAngle
o Property HeadDepth( | ) As (Read Only) |
Dim holeHeadDepth As Length Set holeHeadDepth = assemblyHole.HeadDepth
o Property HeadDiameter( | ) As (Read Only) |
Dim holeHeadDiam As Length Set holeHeadDiam = assemblyHole.HeadDiameter
o Property SketchComponent( | ) As (Read Only) |
Dim skComp As Product Set skComp = assemblyHole.SketchComponent
o Property Sketch( | ) As (Read Only) |
Dim sketch As Sketch Set sketch = assemblyHole.Sketch
o Property Type( | ) As |
Set holeType = assemblyHole.Type assemblyHole.Type = catTaperedHole
o Sub GetDirection( | ioDirection) |
Dim dirArray(2) Call assemblyHole.GetDirection(dirArray) Set x = dirArray[0] Set y = dirArray[1] Set z = dirArray[2]
o Sub GetOrigin( | ioOrigin) |
Dim coordArray(2) Call assemblyHole.GetOrigin coordArray Set x = coordArray[0] Set y = coordArray[1] Set z = coordArray[2]
o Sub SetDirection( | iLine, | |
iLineComp) |
assemblyHole.SetDirection dirRef, dirComp
Copyright © 2003, Dassault Systèmes. All rights reserved.