Class CadExtrudedSurface

CadExtrudedSurface class

The Cad revolved surface.

public class CadExtrudedSurface : CadPlaneSurface

Constructors

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

Properties

NameDescription
AlignAngle { get; set; }Gets or sets the align angle.
AlignStartFlag { get; set; }Gets or sets the align start flag.
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.
BankFlag { get; set; }Gets or sets the bank flag.
BasePointSetFlag { get; set; }Gets or sets the base point set flag.
BinaryDataSize { get; set; }Gets or sets the size of the binary data.
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.
ClassId { get; set; }Gets or sets the class identifier.
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.
CountIsolinesU { get; set; }Gets or sets the count isolines u.
CountIsolinesV { get; set; }Gets or sets the count isolines v.
DraftAngle { get; set; }Gets or sets the draft angle.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
EndDraftDistance { get; set; }Gets or sets the end draft distance.
Entmode { get; set; }The Entmode
ExtrudedSurfaceBinaryData { get; set; }Gets or sets the extruded surface binary data.
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.
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.
ModelerFormatVersion { get; set; }Gets or sets the modeler format version.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
PathEntityTransformComputedFlag { get; set; }Gets or sets the path entity transform computed flag.
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
ProprietaryData { get; }Gets or sets the Proprietary data
ProprietaryDataParameterList { get; set; }Gets or sets the proprietary data parameter list.
ProxyBytesCount { get; set; }Gets or sets the proxy bytes count.
ProxyData { get; set; }Gets or sets the proxy data.
Reactors { get; set; }Get or sets the reactors handle
ReferenceVector { get; set; }Gets or sets reference vector.
ScaleFactor { get; set; }Gets or sets the scale factor.
ShadowMode { get; set; }Gets or sets the shadow mode.
SoftOwner { get; set; }Gets or sets the soft owner.
SolidFlag { get; set; }Gets or sets a value indicating whether solid flag.
SpaceMode { get; set; }Gets or sets the space mode.
StartDraftDistance { get; set; }Gets or sets the start draft distance.
StorageFlag { get; set; }The StorageFlag
SweepAlignmentOption { get; set; }Gets or sets the sweep alignment option.
SweepEntityTransformComputedFlag { get; set; }Gets or sets the sweep entity transform computed flag.
SweepVector { get; set; }Gets or sets sweep vector.
TransformMatrix { get; set; }Gets or sets the transform matrix.
TransformMatrixPath { get; set; }Gets or sets path of transform matrix.
TransformMatrixSweep { get; set; }Gets or sets sweep of transform matrix.
Transparency { get; set; }Gets or sets the transparency.
TwistAngle { get; set; }Gets or sets the twist angle.
override TypeName { get; }Gets the name of the type.
virtual Visible { get; set; }Gets or sets a value indicating whether this CadBaseEntity is visible.
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
InitProprietaryData(CadEntityAttribute, string)Initializes the proprietary data.
SetUID(string)Sets

See Also