Class FlatteningAndFormingBuilder
Inheritance
System.Object
System.MarshalByRefObject
FlatteningAndFormingBuilder
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 FlatteningAndFormingBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FlatteningAndFormingBuilder()
Declaration
protected FlatteningAndFormingBuilder()
Properties
CutCurves
Declaration
public Section CutCurves { get; }
Property Value
Type | Description |
---|---|
Section |
DistortionMapOptions
Declaration
public FlatteningAndFormingBuilder.DistortionMap DistortionMapOptions { get; set; }
Property Value
Type | Description |
---|---|
FlatteningAndFormingBuilder.DistortionMap |
FlatteningFeature
Declaration
public SelectNXObject FlatteningFeature { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
ReverseSecondaryDirection
Declaration
public bool ReverseSecondaryDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReverseTransformation
Declaration
public bool ReverseTransformation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SourceDirection
Declaration
public Direction SourceDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
SourceFaces
Declaration
public ScCollector SourceFaces { get; }
Property Value
Type | Description |
---|---|
ScCollector |
SourceOrigin
Declaration
public Point SourceOrigin { get; set; }
Property Value
Type | Description |
---|---|
Point |
TabDetection
Declaration
public bool TabDetection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransformationObjects
Declaration
public SelectNXObjectList TransformationObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Type
Declaration
public FlatteningAndFormingBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
FlatteningAndFormingBuilder.Types |
Methods
GetDestinationFrame(out Point3d, out Matrix3x3)
Declaration
public void GetDestinationFrame(out Point3d manipulatorOrigin, out Matrix3x3 manipulatorMatrix)
Parameters
Type | Name | Description |
---|---|---|
Point3d | manipulatorOrigin | |
Matrix3x3 | manipulatorMatrix |
SetDestinationFrame(Point3d, Matrix3x3)
Declaration
public void SetDestinationFrame(Point3d manipulatorOrigin, Matrix3x3 manipulatorMatrix)
Parameters
Type | Name | Description |
---|---|---|
Point3d | manipulatorOrigin | |
Matrix3x3 | manipulatorMatrix |
Implements
System.Runtime.Remoting.Messaging.IMessageSink