Class GridSpacingBuilder
Inheritance
System.Object
System.MarshalByRefObject
GridSpacingBuilder
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.GeometricAnalysis.SectionAnalysis
Assembly: NXOpen.dll
Syntax
public class GridSpacingBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
GridSpacingBuilder()
Declaration
protected GridSpacingBuilder()
Properties
BoundSections1
Declaration
public bool BoundSections1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BoundSections2
Declaration
public bool BoundSections2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Interval1
Declaration
public double Interval1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Interval2
Declaration
public double Interval2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LockInterval1
Declaration
public bool LockInterval1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LockInterval2
Declaration
public bool LockInterval2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SectionNumber1
Declaration
public int SectionNumber1 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SectionNumber2
Declaration
public int SectionNumber2 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink