Class LightweightSectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
LightweightSectionBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class LightweightSectionBuilder : DynamicSectionBuilder, IMessageSink, IComponentBuilder
Constructors
LightweightSectionBuilder()
Declaration
protected LightweightSectionBuilder()
Properties
AssemblyCrosshatching
Declaration
public bool AssemblyCrosshatching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BoundingBoxComponents
Declaration
public SelectDisplayableObjectList BoundingBoxComponents { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
ClipCoplanarObjects
Declaration
public bool ClipCoplanarObjects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ClipWireframeObjects
Declaration
public bool ClipWireframeObjects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CrosshatchSettings
Declaration
public HatchFillSettingsBuilder CrosshatchSettings { get; }
Property Value
Type | Description |
---|---|
HatchFillSettingsBuilder |
CuttingPlaneSymbol
Declaration
public CuttingPlaneSymbolBuilder CuttingPlaneSymbol { get; }
Property Value
Type | Description |
---|---|
CuttingPlaneSymbolBuilder |
DisplayCrosshatch
Declaration
public bool DisplayCrosshatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ObjectsToSection
Declaration
public SelectDisplayableObjectList ObjectsToSection { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
PatternDefinedBy
Declaration
public int PatternDefinedBy { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RestrictCrosshatch
Declaration
public bool RestrictCrosshatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SaveAssociativeCurves
Declaration
public bool SaveAssociativeCurves { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ToleranceCrosshatch
Declaration
public double ToleranceCrosshatch { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ViewName
Declaration
public string ViewName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetSectionCurves(out Curve[])
Declaration
public void GetSectionCurves(out Curve[] curves)
Parameters
Type | Name | Description |
---|---|---|
Curve[] | curves |
Implements
System.Runtime.Remoting.Messaging.IMessageSink