All Frameworks Object Hierarchy This Framework Indexes
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 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 Layout2DView Set ReferenceView = MyView.RefView
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 ViewScale( | ) As |
MyView.Scale = 0.5
o Property Visu2DMode( | ) As |
View1.Visu2DMode = catView2DModeNoShow
o Property VisuBackground( | ) As |
View1.VisuBackground = catLowIntPick
o Property VisuIn3D( | ) As |
View1.HideIn3DSize = catShowAll
o Property Weldings( | ) As (Read Only) |
Dim weldingCollection As DrawingWeldings Set weldingCollection = MyView.Weldings
o Property x( | ) As |
X = MyView.x
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 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.