Class CadSpatialFilter

CadSpatialFilter class

Class describing SPATIAL_FILTER object.

public class CadSpatialFilter : CadBaseObject

Constructors

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

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
BackClippingPlaneDistance { get; set; }Gets or sets the back clipping plane distance.
BackClippingPlaneFlag { get; set; }Gets or sets the back clipping plane flag.
ChildObjects { get; set; }Gets or sets the child objects.
DisplayEnabledFlag { get; set; }Gets or sets the display enabled flag.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
ExtrusionDirection { get; set; }Gets or sets the extrusion direction.
FrontClippingPlaneDistance { get; set; }Gets or sets the front clipping plane distance.
FrontClippingPlaneFlag { get; set; }Gets or sets the front clipping plane flag.
HardOwner { get; set; }Gets or sets the hard owner.
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
LocalCoordinateSystem { get; set; }Gets or sets the local coordinate system.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
PointDefinitions { get; set; }Gets or sets the point definitions.
PointsNumber { get; set; }Gets or sets the points number.
Reactors { get; set; }Get or sets the reactors handle
SoftOwner { get; set; }Gets or sets the soft owner.
virtual StorageFlag { get; set; }Gets or sets a value indicating that this entity has associated binary data in the data store.
TransformationMatrices { get; set; }Gets or sets the transformation matrices.
TypeName { get; }Gets the name of the type.
XdataContainer { get; set; }Gets or sets the xdata container.

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