All Frameworks Object Hierarchy This Framework Indexes
The drawing view is included in a drawing sheet and contains
texts,leaders, dimensions, arrows, pictures, tables, 2D Geometry and 2D component.
Warning: This interface is not available with 2D Layout for 3D Design.
| o Property Angle( | ) As |
PI = 3.1415926535 Angle90Clockwise = -PI/2 MyView.Angle = Angle90Clockwise
| o Property Arrows( | ) As (Read Only) |
Dim ArrowCollection As DrawingArrows Set ArrowCollection = MyView.Arrows
| o Property Components( | ) As (Read Only) |
Dim ComponentCollection As DrawingComponents Set ComponentCollection = MyView.Components
| o Property Dimensions( | ) As (Read Only) |
Dim DimensionCollection As DrawingDimensions Set DimensionCollection = MyView.Dimensions
| o Property Factory2D( | ) As (Read Only) |
Set mySketch = my2DFactory.GetParent
Set my2DFactory = myView.Factory2D
| o Property FrameVisualization( | ) As |
MyView.FrameVisualization = True
| o Property GenerativeBehavior( | ) As (Read Only) |
Dim MyViewGenBehavior As DrawingViewGenerativeBehavior Set MyViewGenBehavior = MyView.GenerativeBehavior
| o Property GenerativeLinks( | ) As (Read Only) |
Dim MyViewGenLinks As DrawingViewGenerativeLinks Set MyViewGenLinks = MyView.GenerativeLinks
| o Property GeometricElements( | ) As (Read Only) |
Dim colGeometry As GeometricElements Set colGeometry = myView.GeometricElements
| o Property LockStatus( | ) As |
ViewToWorkOn.LockStatus = True
| o Property Pictures( | ) As (Read Only) |
Dim PictureCollection As DrawingPictures Set PictureCollection = MyView.Pictures
| o Property ReferenceView( | ) As |
Dim ReferenceView As DrawingView Set ReferenceView = MyView.RefView
| o Property Scale2( | ) As |
MyView.Scale2 = 0.5
| o Property Scale( | ) As |
MyView.Scale = 0.5
| o Property Tables( | ) As (Read Only) |
Dim TableCollection As DrawingTables Set TableCollection = MyView.Tables
| o Property Texts( | ) As (Read Only) |
Dim TextCollection As DrawingTexts Set TextCollection = MyView.Texts
| o Property Threads( | ) As (Read Only) |
Dim ThreadCollection As DrawingThreads Set ThreadCollection = MyView.Threads
| o Property ViewType( | ) As (Read Only) |
| o Property Weldings( | ) As (Read Only) |
Dim weldingCollection As DrawingWeldings Set weldingCollection = MyView.Weldings
| o Property xAxisData( | ) As |
X = MyView.xAxisData
| o Property x( | ) As |
X = MyView.x
| o Property yAxisData( | ) As |
NewYCoordinate = 5*25.4 MyView.yAxisData = NewYCoordinate
| o Property y( | ) As |
NewYCoordinate = 5*25.4 MyView.y = NewYCoordinate
| o Sub Activate( | ) |
ViewToWorkOn.Activate()
| o Sub AlignedWithReferenceView( | ) |
MyView.AlignedWithReferenceView()
| o Sub GetViewName( | iViewNamePrefix, | |
| iViewNameIdent, | ||
| iViewNameSuffix) |
Dim MyPrefix, MyIdent, MySuffix As CATBSTR MyView.GetViewName (MyPrefix, MyIdent, MySuffix)
| o Sub InsertViewAngle( | iFirst, | |
| ioText) |
index = Len(MyText.Text)+1 MyView.InsertViewScale index, MyText
| o Sub InsertViewScale( | iFirst, | |
| ioText) |
MyView.InsertViewScale 1, MyText
| o Func IsGenerative( | ) As |
GenView = MyView.IsGenerative()
| o Sub Isolate( | ) |
MyView.Isolate
| o Sub SaveEdition( | ) |
MyView.SaveEdition
| o Sub SetViewName( | iViewNamePrefix, | |
| iViewNameIdent, | ||
| iViewNameSuffix) |
MyView.SetViewName ("MyPrefix", "MyIdent", "MySuffix")
| o Sub Size( | oValues) |
Dim oXY(4) As Double ViewToWorkOn.Size oXY Xmin = oXY(0) Xmax = oXY(1) Ymin = oXY(2) Ymax = oXY(3)
| o Sub UnAlignedWithReferenceView( | ) |
MyView.UnAlignedWithReferenceView()
Copyright © 2003, Dassault Systèmes. All rights reserved.