All Frameworks Object Hierarchy This Framework Indexes
| o Property AngleSector( | ) As |
angleSector = angleCst.AngleSector angleCst.AngleSector = 2
| o Property Dimension( | ) As (Read Only) |
Set cstDimension = firstCst.Dimension
| o Property DistanceConfig( | ) As |
distCstConfig = distCst.DistanceConfig
| o Property DistanceDirection( | ) As |
distCstConfig = distCst.DistanceDirection
| o Property Mode( | ) As |
currentMode = distCst.Mode
| o Property Orientation( | ) As |
distCstOrient = distCst.Orientation
| o Property ReferenceAxis( | ) As |
refAxis = axisPerpCst.ReferenceAxis
| o Property ReferenceType( | ) As |
refCst2.ReferenceType = refCst1.ReferenceType
| o Property Side( | ) As |
distCstSide = distCst.Side
| o Property Status( | ) As (Read Only) |
distCstSts = distCst.Status
| o Property Type( | ) As (Read Only) |
cstType = firstCst.Type
| o Sub Activate( | ) |
tangencyCst.Activate
| o Sub Deactivate( | ) |
tangencyCst.Deactivate
| o Func GetConstraintElement( | iElementNumber) As |
Dim reference1 As Reference reference1=tangencyCst.GetConstraintElement( 1 )
| o Sub GetConstraintVisuLocation( | oAnchorPoint, | |
| oAnchorVector) |
Dim anchorPoint(2) Dim anchorVector(2) tangencyCst.ConstraintVisuLocation anchorPoint,vectorPoint
| o Func IsInactive( | ) As |
Set isInactive = tangencyCst.IsInactive
| o Sub SetConstraintElement( | iElementNumber, | |
| iNewElement) |
Dim reference1 As Reference tangencyCst.SetConstraintElement ( 2, reference1)
| o Sub SetConstraintVisuLocation( | iNewX, | |
| iNewY, | ||
| iNewZ) |
tangencyCst.SetConstraintVisuLocation 10,0,0
Copyright © 2003, Dassault Systèmes. All rights reserved.