Non
|
The NonEntityTraits type exposes the following members.
| Name | Description | |
|---|---|---|
| NonEntityTraits | Constructor for the NonEntityTraits class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Color | Property that represents the current color index (ACI). Color
must be one of the following: Name Value Description kACIbyBlock 0
ByBlock. kACIforeground 7 Foreground color. kACIbyLayer 256
ByLayer. kACIRed 1 Red. kACIYellow 2 Yellow. kACIGreen 3 Green.
kACICyan 4 Cyan. kACIBlue 5 Blue. kACIMagenta 6 Magenta. .. 8-255
Defined by AcadPalette.h (Overrides SubEntityTraitsColor) |
|
| DrawFlags | Property that represents the drawing flags. (Overrides SubEntityTraitsDrawFlags) |
|
| FillType | Property that represents current fill type. This property can
be one of the following: Name Value Description kOdGiFillAlways 1
Fill closed graphic primitives. kOdGiFillNever 2 Don't fill closed
graphic primitives. Closed graphic primitives consist of the
following: * arcs with (ArcType == ArcSector) || (ArcType ==
ArcChord) * circles * meshes * polygons * shells (Overrides SubEntityTraitsFillType) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Layer | Property that represents object identifier of current
layer. (Overrides SubEntityTraitsLayer) |
|
| LineType | Property that represents object identifier of current
linetype. (Overrides SubEntityTraitsLineType) |
|
| LineTypeScale | Property that represents current linetype scale. (Overrides SubEntityTraitsLineTypeScale) |
|
| LineWeight | Property that represents current lineweight. (Overrides SubEntityTraitsLineWeight) |
|
| Mapper | Property that represents current material mapper. (Overrides SubEntityTraitsMapper) |
|
| Material | Property that represents object identifier of current
material. (Overrides SubEntityTraitsMaterial) |
|
| PlotStyleDescriptor | Property that represents PlotStyleDescriptor instance that
encapsulates object identifier of a plot and plot style type. (Overrides SubEntityTraitsPlotStyleDescriptor) |
|
| Sectionable | Property that indicates whether sectioning is enabled. (Overrides SubEntityTraitsSectionable) |
|
| SelectionFlags | Property that represents selection flags. (Overrides SubEntityTraitsSelectionFlags) |
|
| SelectionOnlyGeometry | Property that indicates whether only geometry is
selected. (Overrides SubEntityTraitsSelectionOnlyGeometry) |
|
| ShadowFlags | Property that represents shadow flags. (Overrides SubEntityTraitsShadowFlags) |
|
| Thickness | Property that represents current thickness value. (Overrides SubEntityTraitsThickness) |
|
| Transparency | Property that represents current transparency. (Overrides SubEntityTraitsTransparency) |
|
| TrueColor | Property that represents color as Colors::EntityColor
instance. (Overrides SubEntityTraitsTrueColor) |
|
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
|
| VisualStyle | Property that represents object identifier of current visual
style. (Overrides SubEntityTraitsVisualStyle) |
| Name | Description | |
|---|---|---|
| AddLight | Drawables that emit light can add one or more lights to the
model. Through this interface, light position, intensity and other
properties are sent to the graphics system. Default implementation
of this method throws the NotSupportedException exception. (Overrides DrawableTraitsAddLight(ObjectId)) |
|
| Clone | Creates a *clone* of this object, and returns a pointer to the
*clone*. (Inherited from RXObject) |
|
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Inherited from RXObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| QueryX | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class. (Inherited from RXObject) |
|
| SetLayerFlags | (Overrides DrawableTraitsSetLayerFlags(DrawableTraitsLayerFlags)) |
|
| SetSelectionMarker | Sets the SubEntityTraits object to use the specified graphics
marker for all graphics primitives drawn until the next call to
this function, or the end of WorldDraw() or ViewportDraw()
execution. Default implementation of this method throws the
NotSupportedException exception. (Overrides SubEntityTraitsSetSelectionMarker(IntPtr)) |
|
| SetupForEntity | Initializes all subentity traits and drawable traits from the
entity. This can be more convenient than setting each property
individually. Default implementation of this method throws the
NotSupportedException exception. (Overrides DrawableTraitsSetupForEntity(Entity)) |
|
| ToString | (Inherited from Object) |
|
| X | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class, or throws an exception if it cannot. (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |