Class TBSSmoothBuilder
Inheritance
System.Object
System.MarshalByRefObject
TBSSmoothBuilder
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)
Assembly: NXOpen.dll
Syntax
public class TBSSmoothBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TBSSmoothBuilder()
Declaration
protected TBSSmoothBuilder()
Properties
Border
Declaration
public bool Border { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ComponentLimitingSize
Declaration
public Expression ComponentLimitingSize { get; }
Property Value
IsoTypeOption
Declaration
public TBSSmoothBuilder.IsoType IsoTypeOption { get; set; }
Property Value
IsoValue
Declaration
public double IsoValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumAngle
Declaration
public Expression MinimumAngle { get; }
Property Value
MixedMesh
Declaration
public bool MixedMesh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NameDescription
Declaration
public NameDescription NameDescription { get; }
Property Value
OriginalSurfaceSmooth
Declaration
public TBSSmoothBuilder.OriginalSurfaceSmoothingOption OriginalSurfaceSmooth { get; set; }
Property Value
ReductionAngle
Declaration
public Expression ReductionAngle { get; }
Property Value
ReductionRate
Declaration
public double ReductionRate { get; set; }
Property Value
Type |
Description |
System.Double |
|
ResultFilteringOption
Declaration
public TBSSmoothBuilder.ResultFiltering ResultFilteringOption { get; set; }
Property Value
SelfIntersectionChecking
Declaration
public TBSSmoothBuilder.SelfIntersectionCheckingOption SelfIntersectionChecking { get; set; }
Property Value
Declaration
public TBSSmoothBuilder.SliceFormatOption SliceFormat { get; set; }
Property Value
SliceNormalVector
Declaration
public Direction SliceNormalVector { get; set; }
Property Value
SliceNumber
Declaration
public int SliceNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SmoothArea
Declaration
public TBSGroupDefinition SmoothArea { get; }
Property Value
SmoothCycles
Declaration
public int SmoothCycles { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TargetVolume
Declaration
public double TargetVolume { get; set; }
Property Value
Type |
Description |
System.Double |
|
UseAdditionalParameters
Declaration
public bool UseAdditionalParameters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public TBSSmoothBuilder.Format[] GetFormatOption()
Returns
Declaration
public void SetFormatOption(TBSSmoothBuilder.Format[] formatOption)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink