Class EmbossLimit
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)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class EmbossLimit : TaggedObject, IMessageSink
Constructors
EmbossLimit()
Declaration
protected EmbossLimit()
Properties
Direction
Declaration
public Direction Direction { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Distance
Declaration
public Expression Distance { get; }
Property Value
Type | Description |
---|---|
Expression |
EndcapOption
Declaration
public EmbossLimit.EndcapMethod EndcapOption { get; set; }
Property Value
Type | Description |
---|---|
EmbossLimit.EndcapMethod |
EndcapSource
Declaration
public EmbossLimit.EndcapSourceOption EndcapSource { get; set; }
Property Value
Type | Description |
---|---|
EmbossLimit.EndcapSourceOption |
Methods
GetTargets()
Declaration
public EmbossTarget[] GetTargets()
Returns
Type | Description |
---|---|
EmbossTarget[] |
SetDistance(String)
Declaration
public void SetDistance(string distance)
Parameters
Type | Name | Description |
---|---|---|
System.String | distance |
SetTargets(EmbossTarget[])
Declaration
public void SetTargets(EmbossTarget[] targets)
Parameters
Type | Name | Description |
---|---|---|
EmbossTarget[] | targets |
Implements
System.Runtime.Remoting.Messaging.IMessageSink