Class RegionBuilder
Inheritance
RegionBuilder
Assembly: NXOpen.dll
Syntax
public class RegionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RegionBuilder()
Declaration
protected RegionBuilder()
Properties
Anchor
Declaration
public RegionBuilder.AlignmentPosition Anchor { get; set; }
Property Value
ArbitraryAreaList
Declaration
public ArbitraryAreaSeedBuilderList ArbitraryAreaList { get; }
Property Value
BoundaryColorFontWidth
Declaration
[Obsolete("Deprecated in NX2306.0.0. Use <ja_property>NXOpen.RegionBuilder.Settings.Region.RegionBoundaryCurveCFW</ja_property> instead.")]
public LineColorFontWidthBuilder BoundaryColorFontWidth { get; }
Property Value
Declaration
public bool ConformToSurface { get; set; }
Property Value
CrosshatchColor
Declaration
[Obsolete("Deprecated in NX2306.0.0. Use <ja_property>NXOpen.RegionBuilder.Settings.Crosshatch.Color</ja_property> instead.")]
public NXColor CrosshatchColor { get; set; }
Property Value
CrosshatchSettings
Declaration
[Obsolete("Deprecated in NX2306.0.0. Use <ja_property>NXOpen.RegionBuilder.Settings.Crosshatch</ja_property> instead.")]
public HatchFillSettingsBuilder CrosshatchSettings { get; }
Property Value
DisplayCrosshatch
Declaration
[Obsolete("Deprecated in NX2306.0.0. Use <ja_property>NXOpen.RegionBuilder.Settings.Region.DisplayCrosshatch</ja_property> instead.")]
public bool DisplayCrosshatch { get; set; }
Property Value
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
Height
Declaration
public Expression Height { get; }
Property Value
InnerDiameter
Declaration
public Expression InnerDiameter { get; }
Property Value
Origin
Declaration
public Point Origin { get; set; }
Property Value
OuterDiameter
Declaration
public Expression OuterDiameter { get; }
Property Value
Plane
Declaration
public PlaneBuilder Plane { get; }
Property Value
SelectCylindricalFace
Declaration
public SelectDisplayableObjectList SelectCylindricalFace { get; }
Property Value
SelectFace
Declaration
public SelectDisplayableObjectList SelectFace { get; }
Property Value
Settings
Declaration
public PmiRegionSettingsBuilder Settings { get; }
Property Value
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
Type
Declaration
public RegionBuilder.Types Type { get; set; }
Property Value
Width
Declaration
public Expression Width { get; }
Property Value
Methods
InheritFrom(Annotation)
Declaration
public void InheritFrom(Annotation inheritTag)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink