Class WireframeElementsBuilder
Inheritance
WireframeElementsBuilder
Assembly: NXOpen.dll
Syntax
public class WireframeElementsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WireframeElementsBuilder()
Declaration
protected WireframeElementsBuilder()
Properties
MaxDistanceRatio
Declaration
public double MaxDistanceRatio { get; set; }
Property Value
MaxNumberOfNodes
Declaration
public int MaxNumberOfNodes { get; set; }
Property Value
MaxNumberOfWiresPerNode
Declaration
public int MaxNumberOfWiresPerNode { get; set; }
Property Value
MinAngleBetweenWires
Declaration
public Expression MinAngleBetweenWires { get; }
Property Value
MinDistance
Declaration
public Expression MinDistance { get; }
Property Value
Nodes
Declaration
public SelectFENodeList Nodes { get; }
Property Value
UseSizeReduction
Declaration
public bool UseSizeReduction { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink