Class MWDefineRegionsBuilder
Inheritance
System.Object
System.MarshalByRefObject
MWDefineRegionsBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
public class MWDefineRegionsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected MWDefineRegionsBuilder()
Properties
Declaration
public bool CreatePartingLinesToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool CreateRegionsToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public NXColor FaceColor { get; set; }
Property Value
Declaration
public ScCollector SelectRegionFaces { get; }
Property Value
Declaration
public MWDefineRegionsBuilder.TranslucencyOptionType TranslucencyOption { get; set; }
Property Value
Declaration
public int TranslucencyValueScale { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public int ChangeCurrentRegionName(string regionName)
Parameters
Type |
Name |
Description |
System.String |
regionName |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void ChangeEntitiesColor(TaggedObject[] entities, int color)
Parameters
Type |
Name |
Description |
TaggedObject[] |
entities |
|
System.Int32 |
color |
|
Declaration
public void ChangeRegionFacesColor(string regionName, int allOrUndefined, int color)
Parameters
Type |
Name |
Description |
System.String |
regionName |
|
System.Int32 |
allOrUndefined |
|
System.Int32 |
color |
|
Declaration
public void ChangeRegionLayer(string regionName, int layer)
Parameters
Type |
Name |
Description |
System.String |
regionName |
|
System.Int32 |
layer |
|
Declaration
public string CreateNewRegion()
Returns
Type |
Description |
System.String |
|
Declaration
public void CreateNewRegionButton()
Declaration
public void DeleteAllExistingRegions()
Declaration
public void DeleteRegion(string regionName)
Parameters
Type |
Name |
Description |
System.String |
regionName |
|
DisplayProductBody()
Declaration
public void DisplayProductBody()
Declaration
public string GetOrCreateEmptyRegion(out int created)
Parameters
Type |
Name |
Description |
System.Int32 |
created |
|
Returns
Type |
Description |
System.String |
|
HookupRegionUdoAndBodyForCavityAndCore()
Declaration
public void HookupRegionUdoAndBodyForCavityAndCore()
Declaration
public void SearchRegionButton()
Declaration
public void SetCurrentRegion(string regionName)
Parameters
Type |
Name |
Description |
System.String |
regionName |
|
Declaration
public void SetupRegionsInfo()
Declaration
public void UpdateUndefinedFaces(int changeColor)
Parameters
Type |
Name |
Description |
System.Int32 |
changeColor |
|
Declaration
public void UpdateUnsewnBodiesNameAttribute(TaggedObject unsewFeatureTag, Face[] cavityFaces)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink