Class CartesianPatternBuilder
Inheritance
System.Object
System.MarshalByRefObject
CartesianPatternBuilder
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.Implicit
Assembly: NXOpen.dll
Syntax
public class CartesianPatternBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
CartesianPatternBuilder()
Declaration
protected CartesianPatternBuilder()
Properties
BlendFactor
Declaration
public int BlendFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BoundaryBody
Declaration
public ScCollector BoundaryBody { get; }
Property Value
Type | Description |
---|---|
ScCollector |
BoundaryConditionOption
Declaration
public CartesianPatternBuilder.BoundaryConditionOptionType BoundaryConditionOption { get; set; }
Property Value
Type | Description |
---|---|
CartesianPatternBuilder.BoundaryConditionOptionType |
EdgeLength
Declaration
public Expression EdgeLength { get; }
Property Value
Type | Description |
---|---|
Expression |
LocationAndOrientation
Declaration
public CoordinateSystem LocationAndOrientation { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
SizeX
Declaration
public Expression SizeX { get; }
Property Value
Type | Description |
---|---|
Expression |
SizeY
Declaration
public Expression SizeY { get; }
Property Value
Type | Description |
---|---|
Expression |
SizeZ
Declaration
public Expression SizeZ { get; }
Property Value
Type | Description |
---|---|
Expression |
UniformCubeFlag
Declaration
public bool UniformCubeFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UnitCellBody
Declaration
public ScCollector UnitCellBody { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Implements
System.Runtime.Remoting.Messaging.IMessageSink