Class ConnectLattices2Builder
Inheritance
System.Object
System.MarshalByRefObject
ConnectLattices2Builder
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 ConnectLattices2Builder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ConnectLattices2Builder()
Declaration
protected ConnectLattices2Builder()
Properties
BallsAndBlendsOption
Declaration
public ConnectLattices2Builder.BallsAndBlendsOptions BallsAndBlendsOption { get; set; }
Property Value
Type | Description |
---|---|
ConnectLattices2Builder.BallsAndBlendsOptions |
Lattice1
Declaration
public ScCollector Lattice1 { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Lattice2
Declaration
public ScCollector Lattice2 { get; }
Property Value
Type | Description |
---|---|
ScCollector |
MaxCheckingDistance
Declaration
public Expression MaxCheckingDistance { get; }
Property Value
Type | Description |
---|---|
Expression |
RodDiameter
Declaration
public Expression RodDiameter { get; }
Property Value
Type | Description |
---|---|
Expression |
RodSizeOption
Declaration
public ConnectLattices2Builder.RodsizeOptions RodSizeOption { get; set; }
Property Value
Type | Description |
---|---|
ConnectLattices2Builder.RodsizeOptions |
RodsPerVertex
Declaration
[Obsolete("Deprecated in NX2007.0.0. For pre NX2007 usage only. Use NXOpen.Features.ConnectLattices2Builder.RodsPerVertexExpression instead.")]
public int RodsPerVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RodsPerVertexExpression
Declaration
public Expression RodsPerVertexExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
TessellationFactor
Declaration
public double TessellationFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TessellationOption
Declaration
public ConnectLattices2Builder.TessellationOptions TessellationOption { get; set; }
Property Value
Type | Description |
---|---|
ConnectLattices2Builder.TessellationOptions |
Implements
System.Runtime.Remoting.Messaging.IMessageSink