Class ModelingView
Assembly: NXOpen.dll
Syntax
public class ModelingView : View, IMessageSink, INXObject
Constructors
ModelingView()
Declaration
Properties
ActiveDynamicSection
Declaration
public DynamicSection ActiveDynamicSection { get; set; }
Property Value
DisplaySectioningToggle
Declaration
public bool DisplaySectioningToggle { get; set; }
Property Value
HiqhQualityImage
Declaration
public ModelingViewHighQualityImage HiqhQualityImage { get; }
Property Value
IsMirrored
Declaration
public bool IsMirrored { get; }
Property Value
Methods
ExpandCollapseNode(bool)
Declaration
public void ExpandCollapseNode(bool expand)
Parameters
Type |
Name |
Description |
bool |
expand |
|
IsDynamicSectionVisible(DynamicSection)
Declaration
public bool IsDynamicSectionVisible(DynamicSection dynamicSection)
Parameters
Returns
SetDynamicSectionVisible(DynamicSection, bool)
Declaration
public void SetDynamicSectionVisible(DynamicSection dynamicSection, bool visible)
Parameters
UseDefaultLights()
Declaration
public void UseDefaultLights()
UseSceneLights()
Declaration
public void UseSceneLights()
Implements
System.Runtime.Remoting.Messaging.IMessageSink