Class RibBuilder
Inheritance
System.Object
System.MarshalByRefObject
RibBuilder
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 RibBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
RibBuilder()
Declaration
protected RibBuilder()
Properties
CappingFaces
Declaration
public ScCollector CappingFaces { get; }
Property Value
Type | Description |
---|---|
ScCollector |
CombineRibWithTarget
Declaration
public bool CombineRibWithTarget { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DraftAngle
Declaration
public Expression DraftAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
ReverseOffsetDirection
Declaration
public bool ReverseOffsetDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReverseRibDirection
Declaration
public bool ReverseRibDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReverseThicknessDirection
Declaration
public bool ReverseThicknessDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RibCapGeometryOption
Declaration
public RibBuilder.RibCapGeometryOptions RibCapGeometryOption { get; set; }
Property Value
Type | Description |
---|---|
RibBuilder.RibCapGeometryOptions |
RibCapOffset
Declaration
public Expression RibCapOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
RibDraftOption
Declaration
public RibBuilder.RibDraftOptions RibDraftOption { get; set; }
Property Value
Type | Description |
---|---|
RibBuilder.RibDraftOptions |
RibThickness
Declaration
public Expression RibThickness { get; }
Property Value
Type | Description |
---|---|
Expression |
RibThicknessOffsetOption
Declaration
public RibBuilder.RibThicknessOffsetOptions RibThicknessOffsetOption { get; set; }
Property Value
Type | Description |
---|---|
RibBuilder.RibThicknessOffsetOptions |
RibType
Declaration
public RibBuilder.RibTypes RibType { get; set; }
Property Value
Type | Description |
---|---|
RibBuilder.RibTypes |
Section
Declaration
public Section Section { get; }
Property Value
Type | Description |
---|---|
Section |
TargetBody
Declaration
public ScCollector TargetBody { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Implements
System.Runtime.Remoting.Messaging.IMessageSink