Class CadSpline

CadSpline class

Class describing Cad SPLINE

public class CadSpline : CadBaseEntity

Constructors

NameDescription
CadSpline()Initializes a new instance of the CadSpline class.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
AssocViewPortHandle { get; }Gets or sets of the associated view port handle
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
Bounds { get; set; }Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
ChildObjects { get; set; }Gets or sets the child objects.
Closed { get; set; }Gets or sets the closed
ColorId { get; set; }Gets or sets the color id.
ColorName { get; set; }Gets or sets the name of the color.
ColorValue { get; set; }Gets or sets the color value.
ControlPoints { get; set; }Gets or sets the control points.
ControlPointsNumber { get; set; }Gets or sets the control points number.
ControlPointTolerance { get; set; }Gets or sets the control point tolerance.
CurveDegree { get; set; }Gets or sets the curve degree.
Degree { get; set; }Gets or sets the degree.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
EndTangent { get; set; }Gets or sets the end tangent.
Entmode { get; set; }The Entmode
FitPoints { get; set; }Gets or sets the fit points.
FitPointsNumber { get; set; }Gets or sets the fit points number.
FitTolerance { get; set; }Gets or sets the fit tolerance.
HardOwner { get; set; }Gets or sets the hard owner.
Hyperlink { get; set; }Gets or sets the hyperlink.
IsAssocViewPortHandleSet { get; }Gets a value indicating whether associated view port handle is set.
IsByLayer { get; set; }The IsByLayer
IsNoLinks { get; set; }The IsNoLinks
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
KnotsNumber { get; set; }Gets or sets the knots number.
KnotTolerance { get; set; }Gets or sets the knot tolerance.
KnotValues { get; set; }Gets or sets the knot values.
KnotWeight { get; set; }Gets or sets the knot weight.
LayerName { get; set; }Gets or sets the name of the layer.
LayoutTabName { get; set; }Gets or sets the name of the layout tab.
LineScale { get; set; }Gets or sets the line scale.
LineTypeName { get; set; }Gets or sets the name of the line type.
LineWeight { get; set; }Gets or sets the line weight.
LType { get; set; }The LType
Material { get; set; }Gets or sets the material.
MaterialHandle { get; set; }Gets or sets the material handle.
NormalVector { get; set; }Gets or sets the normal vector
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
Periodirc { get; set; }Gets or sets the periodic
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
ProxyBytesCount { get; set; }Gets or sets the proxy bytes count.
ProxyData { get; set; }Gets or sets the proxy data.
Rational { get; set; }Gets or sets the rational
Reactors { get; set; }Get or sets the reactors handle
Scenario { get; set; }Gets or sets the scenario
ShadowMode { get; set; }Gets or sets the shadow mode.
SoftOwner { get; set; }Gets or sets the soft owner.
SpaceMode { get; set; }Gets or sets the space mode.
SplineFlag { get; set; }Gets or sets the spline flag.
StartTangent { get; set; }Gets or sets the start tangent.
StorageFlag { get; set; }The StorageFlag
Transparency { get; set; }Gets or sets the transparency.
override TypeName { get; }Gets the name of the type.
virtual Visible { get; set; }Gets or sets a value indicating whether this CadBaseEntity is visible.
Weight { get; set; }Gets or sets the weight
WeightParams { get; set; }Gets or sets the weight parameter
XdataContainer { get; set; }Gets or sets the xdata container.
XDirMissingFlag { get; set; }The XDirMissingFlag

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also