Click or drag to resize

BoxTubeEnd Class

The properties for the end of a box tube.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.VisualsBoxTubeEnd

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class BoxTubeEnd : GlobalizedProperties

The BoxTubeEnd type exposes the following members.

Constructors
 NameDescription
Public methodBoxTubeEndInitializes a new instance of the BoxTubeEnd class
Top
Properties
 NameDescription
Public propertyMaterial 
Public propertyThickness 
Public propertyVisible 
Top
Methods
 NameDescription
Public methodToString
(Overrides SimpleCustomTypeDescriptor.ToString)
Top
See Also