Class FitSurfaceBuilder
Inheritance
System.Object
System.MarshalByRefObject
FitSurfaceBuilder
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 FitSurfaceBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FitSurfaceBuilder()
Declaration
protected FitSurfaceBuilder()
Properties
AngleValue
Declaration
public Expression AngleValue { get; }
Property Value
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
DirectionOption
Declaration
public FitSurfaceBuilder.DirectionType DirectionOption { get; set; }
Property Value
IsAutomatic
Declaration
public bool IsAutomatic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsBoundary
Declaration
public bool IsBoundary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsClosed
Declaration
public bool IsClosed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsConstrained
Declaration
public bool IsConstrained { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsHalfAngle
Declaration
public bool IsHalfAngle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMultipleFeatures
Declaration
public bool IsMultipleFeatures { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRadius
Declaration
public bool IsRadius { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsUniformU { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsUniformV { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Parameterization
Declaration
public DegreesAndSegmentsOrPatchesBuilder Parameterization { get; }
Property Value
Point1
Declaration
public Point Point1 { get; set; }
Property Value
Point2
Declaration
public Point Point2 { get; set; }
Property Value
Point3
Declaration
public Point Point3 { get; set; }
Property Value
Point4
Declaration
public Point Point4 { get; set; }
Property Value
RadiusValue
Declaration
public Expression RadiusValue { get; }
Property Value
RejectionThresholdValue
Declaration
public Expression RejectionThresholdValue { get; }
Property Value
SmoothFactor
Declaration
public int SmoothFactor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TargetObject
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Features.FitSurfaceBuilder.TargetObjects.")]
public SelectNXObject TargetObject { get; }
Property Value
TargetObjects
Declaration
public SelectNXObjectList TargetObjects { get; }
Property Value
TargetOption
Declaration
public FitSurfaceBuilder.TargetType TargetOption { get; set; }
Property Value
TargetRegion
Declaration
public ColorCodedRegionBuilder TargetRegion { get; }
Property Value
Type
Declaration
public FitSurfaceBuilder.Types Type { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
VectorConstraint
Declaration
public Direction VectorConstraint { get; set; }
Property Value
Methods
EditCSYS(Point3d, Matrix3x3)
Declaration
public void EditCSYS(Point3d originCsys, Matrix3x3 matCsys)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink