Class SecondarySectionData
Inheritance
SecondarySectionData
Assembly: NXOpen.dll
Syntax
public class SecondarySectionData : NXObject, IMessageSink, INXObject
Constructors
SecondarySectionData()
Declaration
protected SecondarySectionData()
Properties
IsEndSection
Declaration
public bool IsEndSection { get; set; }
Property Value
IsStartSection
Declaration
public bool IsStartSection { get; set; }
Property Value
OnPathDimData
Declaration
public Extend OnPathDimData { get; }
Property Value
Methods
CreateSketch(double)
Declaration
public void CreateSketch(double pathLocation)
Parameters
Type |
Name |
Description |
double |
pathLocation |
|
DeleteSketch()
Declaration
public void DeleteSketch()
Destroy()
Declaration
GetMasterExpressionValues()
Declaration
public Expression[] GetMasterExpressionValues()
Returns
GetSecondarySectionValues()
Declaration
public string[] GetSecondarySectionValues()
Returns
SetMasterExpressionValues(Expression[])
Declaration
public void SetMasterExpressionValues(Expression[] expressions)
Parameters
SetMasterSection(Section)
Declaration
public void SetMasterSection(Section masterSection)
Parameters
Type |
Name |
Description |
Section |
masterSection |
|
SetPathLocation(double)
Declaration
public void SetPathLocation(double pathLocationPercent)
Parameters
Type |
Name |
Description |
double |
pathLocationPercent |
|
SetSecondarySectionValues(string[])
Declaration
public void SetSecondarySectionValues(string[] expressions)
Parameters
Type |
Name |
Description |
string[] |
expressions |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink