Class ThroatParentBuilder
Inheritance
ThroatParentBuilder
Assembly: NXOpen.dll
Syntax
public class ThroatParentBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ThroatParentBuilder()
Declaration
protected ThroatParentBuilder()
Properties
BuildStatus
Declaration
public DieBuildStatusOption BuildStatus { get; }
Property Value
DesignStatus
Declaration
public bool DesignStatus { get; set; }
Property Value
DisplayStatus
Declaration
public bool DisplayStatus { get; set; }
Property Value
Radius
Declaration
public double Radius { get; set; }
Property Value
Step
Declaration
public double Step { get; set; }
Property Value
Type
Declaration
public ThroatParentBuilder.TypeOption Type { get; set; }
Property Value
Methods
CreateChild()
Declaration
public ThroatChildBuilder CreateChild()
Returns
DeleteChild(ThroatChildBuilder)
Declaration
public void DeleteChild(ThroatChildBuilder diethroatchild)
Parameters
GetCavityAttributes(out string, out string, out int)
Declaration
public void GetCavityAttributes(out string title, out string value, out int color)
Parameters
GetChildren()
Declaration
public ThroatChildBuilder[] GetChildren()
Returns
GetExtensionAttributes(out string, out string, out int)
Declaration
public void GetExtensionAttributes(out string title, out string value, out int color)
Parameters
SetCavityAttributes(string, string, int)
Declaration
public void SetCavityAttributes(string title, string value, int color)
Parameters
SetExtensionAttributes(string, string, int)
Declaration
public void SetExtensionAttributes(string title, string value, int color)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink