Class FitSurfaceBuilder
Inheritance
FitSurfaceBuilder
Assembly: NXOpen.dll
Syntax
public class FitSurfaceBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FitSurfaceBuilder()
Declaration
protected FitSurfaceBuilder()
Properties
AngleValue
Declaration
public Expression AngleValue { get; }
Property Value
BodyTypePreference
Declaration
public FitSurfaceBuilder.BodyType BodyTypePreference { get; set; }
Property Value
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
DirectionOption
Declaration
public FitSurfaceBuilder.DirectionType DirectionOption { get; set; }
Property Value
FacetCollector
Declaration
public FacetCollector FacetCollector { get; }
Property Value
IsAutomatic
Declaration
public bool IsAutomatic { get; set; }
Property Value
IsBoundary
Declaration
public bool IsBoundary { get; set; }
Property Value
IsClosed
Declaration
public bool IsClosed { get; set; }
Property Value
IsConstrained
Declaration
public bool IsConstrained { get; set; }
Property Value
IsHalfAngle
Declaration
public bool IsHalfAngle { get; set; }
Property Value
IsMultipleFeatures
Declaration
public bool IsMultipleFeatures { get; set; }
Property Value
IsRadius
Declaration
public bool IsRadius { get; set; }
Property Value
IsSingleSurface
Declaration
public bool IsSingleSurface { get; set; }
Property Value
Declaration
public bool IsUniformU { get; set; }
Property Value
Declaration
public bool IsUniformV { get; set; }
Property Value
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
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