DgnSurfaceElement Class

Represents surface element
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Dgn.DgnElementsDgnElement
    Aspose.CAD.FileFormats.Dgn.DgnElementsDgnDrawingElementBase
      Aspose.CAD.FileFormats.Dgn.DgnElementsDgnSurfaceElement

Namespace:  Aspose.CAD.FileFormats.Dgn.DgnElements
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class DgnSurfaceElement : DgnDrawingElementBase

The DgnSurfaceElement type exposes the following members.

Properties
  NameDescription
Public propertyBoundaries
Gets bound elements
Public propertyBoundElementsCount
Gets bound elements count
Public propertyIsRational
Gets a value indicating whether the surface is rational
Public propertyIsUniform
Gets or sets a value indicating whether the surface is uniformed
Public propertyKnot
Gets or sets knot
Public propertyKnotsCountU
Gets knots count for U
Public propertyKnotsCountV
Gets knots count for V
Public propertyMaxPoint
Gets the max point of object.
(Overrides DgnDrawingElementBaseMaxPoint.)
Public propertyMetadata
Gets element metadata
(Inherited from DgnElement.)
Public propertyMinPoint
Gets the min point of object.
(Overrides DgnDrawingElementBaseMinPoint.)
Public propertyOrderU
Gets Order for U
Public propertyOrderV
Gets Order for V
Public propertyPoles
Gets poles
Public propertyPolesCountU
Gets poles count for U
Public propertyPolesCountV
Gets poles count for V
Public propertyPropertiesU
Gets Properties for U
Public propertyPropertiesV
Gets Properties for V
Public propertyRuleLinesU
Gets rule lines for U
Public propertyRuleLinesV
Gets rule lines for V
Public propertySurfaceType
Gets surface type
Public propertyWeights
Gets weights
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also