vcFrameSetVisualization
vcFrameSetVisualization is a list containing properties that affect the display of frames in the 3D world.
Properties
Name | Type | Access | Description |
AxisTextVisible | Boolean | RW | Turns on/off the display of axis labels for Frame features in set. That is, XYZ labels for coordinate axes in a Frame feature.
This property is disabled if FramesVisible is set to False. |
ConnectingLinesVisible | Boolean | RW | Defines if lines are drawn in the 3D world between each Frame feature in set.
The line type is defined by the LineDisplayMode property. |
CustomIcon | String | RW | Defines the name of a vc3DIcon object used for rendering each Frame feature in set.
Other properties determine if and how a 3D icon is used with the set. |
FixedSize | Boolean | RW | Defines if CustomIcon is scaled to have a constant size relative to a user's 3D world view.
This property is enabled when FrameDisplayMode is set to use icons and FramesVisible is set to True. |
FrameDisplayMode | Long | RW | Defines the mode for rendering Frame features in set.
This property is disabled if FramesVisible is set to False. See Frame Display Mode Constants for more information. |
FramesVisible | Boolean | RW | Turns on/off the display of Frame features in set. |
LineDisplayMode | Long | RW | Defines the mode for rendering lines between Frame features in set.
This property is disabled if ConnectingLinesVisible is set to False. See Line Display Mode Constants for more information. |
LoopLines | Boolean | RW | Defines if a line is drawn to connect the first and last Frame feature in set.
This property is disabled if ConnectingLinesVisible is set to False. |
Material | String | RW | Defines the material of Frame features in set.
This might be overridden by the material of CustomIcon or an individual Frame feature. |
NamesVisible | Boolean | RW | Defines if the name of each Frame feature in set is displayed in the 3D world.
This property is disabled if FramesVisible is set to False. Note: Displaying the names of Frame features can slow performance and degrade usability when a large amount of Frame features are contained in a small area. |
See also vcPathObject and vcPathObjectSegment.