Class EmbossSidewall
Inheritance
EmbossSidewall
Assembly: NXOpen.dll
Syntax
public class EmbossSidewall : TaggedObject, IMessageSink
Constructors
EmbossSidewall()
Declaration
protected EmbossSidewall()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Direction
Declaration
public Direction Direction { get; set; }
Property Value
Joggle
Declaration
public EmbossJoggle Joggle { get; set; }
Property Value
SidewallOption
Declaration
public EmbossSidewall.SidewallMethod SidewallOption { get; set; }
Property Value
Methods
AddNewTaper()
Declaration
public EmbossTaper AddNewTaper()
Returns
GetTapers()
Declaration
public EmbossTaper[] GetTapers()
Returns
Declaration
public bool GetUseSameAngleButton()
Returns
RemoveTaper(int)
Declaration
public void RemoveTaper(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
SetAngle(string)
Declaration
public void SetAngle(string angle)
Parameters
Type |
Name |
Description |
string |
angle |
|
SetNewAngle(double)
Declaration
public void SetNewAngle(double angle)
Parameters
Type |
Name |
Description |
double |
angle |
|
SetTapers(EmbossTaper[])
Declaration
public void SetTapers(EmbossTaper[] tapers)
Parameters
Declaration
public void SetUseSameAngleButton(bool useSameAngleButton)
Parameters
Type |
Name |
Description |
bool |
useSameAngleButton |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink