Class OverstockApplication
Inheritance
OverstockApplication
Assembly: NXOpen.dll
Syntax
public class OverstockApplication : NXObject, IMessageSink, INXObject
Constructors
OverstockApplication()
Declaration
protected OverstockApplication()
Properties
Definition
Declaration
public Method Definition { get; }
Property Value
EndOfPath
Declaration
public ControlPoint EndOfPath { get; }
Property Value
EndPointOfOverstock
Declaration
public Point EndPointOfOverstock { get; }
Property Value
MidPointOfOverstock
Declaration
public Point MidPointOfOverstock { get; }
Property Value
StartOfPath
Declaration
public ControlPoint StartOfPath { get; }
Property Value
StartPointOfOverstock
Declaration
public Point StartPointOfOverstock { get; }
Property Value
Methods
GetCoveredStocks()
Declaration
public Stock[] GetCoveredStocks()
Returns
GetCrossSections()
Declaration
public Curve[] GetCrossSections()
Returns
GetEndParameter()
Declaration
public double GetEndParameter()
Returns
GetOverstocks()
Declaration
public Overstock[] GetOverstocks()
Returns
GetSegments()
Declaration
public ISegment[] GetSegments()
Returns
GetStartParameter()
Declaration
public double GetStartParameter()
Returns
SetCoveredStocks(Stock[])
Declaration
public void SetCoveredStocks(Stock[] coveredStocks)
Parameters
Type |
Name |
Description |
Stock[] |
coveredStocks |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink