Click or drag to resize

ConveyorSideProperties Class

[Missing <summary> documentation for "T:Demo3D.Visuals.ConveyorSideProperties"]

Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        OwnedProperties
          Demo3D.VisualsConveyorSideProperties

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ConveyorSideProperties : OwnedProperties

The ConveyorSideProperties type exposes the following members.

Constructors
  NameDescription
Public methodConveyorSideProperties
Initializes a new instance of the ConveyorSideProperties class
Top
Properties
Methods
  NameDescription
Public methodFlipH
Horizontally flips all polygons in the side profile.
Public methodFlipH(ExtrusionPolygon)
Horizontally flips polygon within the side profile.
Public methodFlipH(ListExtrusionPolygon)
Horizontally flips all polygons in the list of polygons within the side profile.
Public methodFlipV
Vertically flips all polygons in the side profile.
Public methodFlipV(ExtrusionPolygon)
Vertically flips polygon within the side profile.
Public methodFlipV(ListExtrusionPolygon)
Vertically flips all polygons in the list of polygons within the side profile.
Public methodGetMeshKey
Public methodGetPickMeshKey
Public methodGetProperties (Overrides OwnedProperties.GetProperties.)
Public methodReverseDirection
Reverses direction of all polygons in the side profile.
Public methodReverseDirection(ExtrusionPolygon)
Reverses direction of polygon within the side profile.
Public methodReverseDirection(ListExtrusionPolygon)
Reverses direction of all polygons in the list of polygons within the side profile.
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Top
See Also