Class PlateBuilder
Assembly: NXOpen.dll
Syntax
public class PlateBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PlateBuilder()
Declaration
Properties
ContextAttribute
Declaration
public ContextAttributeBuilder ContextAttribute { get; }
Property Value
CurveBoundary
Declaration
public Section CurveBoundary { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
FacePlaneBoundary
Declaration
public ExpressionCollectorSetList FacePlaneBoundary { get; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
MergeRegions
Declaration
public SelectBodyList MergeRegions { get; }
Property Value
MoldFace
Declaration
public ScCollector MoldFace { get; }
Property Value
PlateStock
Declaration
public PlateStockBuilder PlateStock { get; }
Property Value
ProjectDirection
Declaration
public ProjectionOptions ProjectDirection { get; }
Property Value
RegionPoint
Declaration
public Point3d RegionPoint { get; set; }
Property Value
Regions
Declaration
public SelectNXObjectList Regions { get; }
Property Value
Methods
AddMergeRegionPoint(Point3d)
Declaration
public void AddMergeRegionPoint(Point3d regionPoint)
Parameters
Type |
Name |
Description |
Point3d |
regionPoint |
|
AddRegionPoint(Point3d)
Declaration
public void AddRegionPoint(Point3d regionPoint)
Parameters
Type |
Name |
Description |
Point3d |
regionPoint |
|
CreateRegions()
Declaration
public Body[] CreateRegions()
Returns
DeleteRegions()
Declaration
public void DeleteRegions()
GetMultipleRegionPoints()
Declaration
public Point3d[] GetMultipleRegionPoints()
Returns
MapRegionToRegionPoint(string, Point3d)
Declaration
public void MapRegionToRegionPoint(string plateRegionString, Point3d regionPoint)
Parameters
Type |
Name |
Description |
string |
plateRegionString |
|
Point3d |
regionPoint |
|
RemoveAllRegionPoints()
Declaration
public void RemoveAllRegionPoints()
RemoveMergeRegionPoint(Point3d)
Declaration
public void RemoveMergeRegionPoint(Point3d regionPoint)
Parameters
Type |
Name |
Description |
Point3d |
regionPoint |
|
RemoveRegionPoint(Point3d)
Declaration
public void RemoveRegionPoint(Point3d regionPoint)
Parameters
Type |
Name |
Description |
Point3d |
regionPoint |
|
SetPreviewEnabled(bool)
Declaration
public void SetPreviewEnabled(bool enabled)
Parameters
Type |
Name |
Description |
bool |
enabled |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink