All Frameworks Object Hierarchy This Framework Indexes
o Property Accuracy( | ) As |
The accuracy value must be greater than 0.
Dim AccuracyValue As double AccuracyValue = NewDistance.Accuracy
NewDistance.Accuracy = 10.
o Property AnnotatedViews( | ) As (Read Only) |
Dim TheAnnotatedViewsList As AnnotatedViews Set TheAnnotatedViewsList = NewDistance.AnnotatedViews
o Property ComputationType( | ) As |
Dim ComputationType As CatDistanceComputationType ComputationType = NewDistance.ComputationType
NewDistance.ComputationType = CatDistanceComputationTypeInsideOne
o Property FirstGroup( | ) As |
Dim FirstGroup As Group Set FirstGroup = NewDistance.FirstGroup
Dim FirstGroup As Group NewDistance.FirstGroup = FirstGroup
o Property FirstProduct( | ) As (Read Only) |
Dim AProduct As Product Set AProduct = NewDistance.FirstProduct
o Property IsDefined( | ) As (Read Only) |
The diagnosis can take two values:
If NewDistance.IsDefined = 1 Then
o Property Marker3Ds( | ) As (Read Only) |
Dim TheMarker3DsList As Marker3Ds Set TheMarker3DsList = NewDistance.Marker3Ds
o Property MaximumDistance( | ) As |
The maximum distance value must be greater than 0.
Dim MaximumValue As double MaximumValue = NewDistance.MaximumDistance
NewDistance.MaximumDistance = 10.
o Property MeasureType( | ) As |
Dim MeasureType As CatDistanceMeasureType MeasureType = NewDistance.MeasureType
NewDistance.MeasureType = CatDistanceMeasureTypeMinimum
o Property MinimumDistance( | ) As |
The minimum distance value must be greater than 0.
Dim MinimumValue As double MinimumValue = NewDistance.MinimumDistance
NewDistance.MinimumDistance = 10.
o Property SecondGroup( | ) As |
Dim SecondGroup As Group Set SecondGroup = NewDistance.SecondGroup
Dim SecondGroup As Group NewDistance.SecondGroup = SecondGroup
o Property SecondProduct( | ) As (Read Only) |
Dim AProduct As Product Set AProduct = NewDistance.SecondProduct
o Property Value( | ) As (Read Only) |
Dim MinimumValue As double MinimumValue = NewDistance.Value
o Sub Compute( | ) |
NewDistance.Compute
o Sub GetFirstPointCoordinates( | oCoordinates) |
Dim Coordinates (2) NewDistance.GetFirstPointCoordinates Coordinates
o Sub GetSecondPointCoordinates( | oCoordinates) |
Dim Coordinates (2) NewDistance.GetSecondPointCoordinates Coordinates
Copyright © 2003, Dassault Systèmes. All rights reserved.