Class EmbossRegion
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 EmbossRegion : TaggedObject, IMessageSink
Constructors
EmbossRegion()
Declaration
protected EmbossRegion()
Properties
Convexity
Declaration
public EmbossRegion.ConvexityOption Convexity { get; set; }
Property Value
| Type | Description |
|---|---|
| EmbossRegion.ConvexityOption |
Direction
Declaration
public Direction Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| Direction |
Projection
Declaration
public EmbossProjection Projection { get; set; }
Property Value
| Type | Description |
|---|---|
| EmbossProjection |
Section
Declaration
public Section Section { get; set; }
Property Value
| Type | Description |
|---|---|
| Section |
Sidewall
Declaration
public EmbossSidewall Sidewall { get; set; }
Property Value
| Type | Description |
|---|---|
| EmbossSidewall |
Methods
GetLimits()
Declaration
public EmbossLimit[] GetLimits()
Returns
| Type | Description |
|---|---|
| EmbossLimit[] |
SetLimits(EmbossLimit[])
Declaration
public void SetLimits(EmbossLimit[] limits)
Parameters
| Type | Name | Description |
|---|---|---|
| EmbossLimit[] | limits |
Implements
System.Runtime.Remoting.Messaging.IMessageSink