CATSchPlatformInterfaces SchGRRRoute2 (Object)
All Frameworks Object Hierarchy This Framework Indexes
SchGRRRoute2 (Object)
Manage the graphical representation of a schematic route.
Method Index
-
GetReshapeMode
- Get the reshape mode.
-
SetReshapeMode
- Set the reshape mode.
Methods
o Sub GetReshapeMode( | | oReshapeMode) |
-
Get the reshape mode.
- Parameters:
-
- oReshapeMode
- Whether or not the route shape is fixed for the purpose of reshaping the route.
= SchFixedShapeOff : no restriction on how to reshape the route.
= SchFixedShapeOn : reshape only the route's extremity (the segment directly
connected to the object that's being moved).
- Example:
-
Dim objThisIntf As SchGRRRoute2
...
objThisIntf.GetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum
o Sub SetReshapeMode( | | iReshapeMode) |
-
Set the reshape mode.
- Parameters:
-
- iReshapeMode
- Whether or not the route shape is fixed for the purpose of reshaping the route.
= SchFixedShapeOff : no restriction on how to reshape the route.
= SchFixedShapeOn : reshape only the route's extremity (the segment directly
connected to the object that's being moved).
- Example:
-
Dim objThisIntf As SchGRRRoute2
...
objThisIntf.SetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum
Copyright © 2003, Dassault Systèmes. All rights reserved.