Class SectionViewBuilder
Inheritance
SectionViewBuilder
Assembly: NXOpen.dll
Syntax
public class SectionViewBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionViewBuilder()
Declaration
protected SectionViewBuilder()
Properties
CreateFolded
Declaration
public bool CreateFolded { get; set; }
Property Value
HiddenObjects
Declaration
public HiddenObjectsBuilder HiddenObjects { get; }
Property Value
NonSectionedObjects
Declaration
public HiddenObjectsBuilder NonSectionedObjects { get; }
Property Value
ParentView
Declaration
public ParentViewBuilder ParentView { get; }
Property Value
SecondaryComponents
Declaration
public DraftingComponentSelectionBuilder SecondaryComponents { get; }
Property Value
SectionLine
Declaration
public SpecifySectionLineBuilder SectionLine { get; }
Property Value
SectionLineSegments
Declaration
public SectionLineSegmentsBuilder SectionLineSegments { get; }
Property Value
SectionViewMode
Declaration
public SectionViewBuilder.SectionViewModeType SectionViewMode { get; set; }
Property Value
Declaration
public SvtBuilder SectionViewTool { get; }
Property Value
SectionViewType
Declaration
public SectionViewBuilder.SectionLineType SectionViewType { get; set; }
Property Value
ViewOrientation
Declaration
public ViewOrientationBuilder ViewOrientation { get; }
Property Value
ViewPlacement
Declaration
public ViewPlacementBuilder ViewPlacement { get; }
Property Value
ViewStyle
Declaration
public ViewStyleBuilder ViewStyle { get; }
Property Value
ViewUnfolded
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.SectionViewBuilder.CreateFolded")]
public bool ViewUnfolded { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink