SectionPlane

Represents a SectionPlane object. This object holds properties of the Plane.

Declaration Syntax

public class SectionPlane : IMechanicalSectionPlane, IEquatable<SectionPlane>

Table 58: Members

Constructor

SectionPlane()

Creates a SectionPlane Object

Constructor

SectionPlane(Point, Vector3D, string, SectionPlaneType, bool)

Creates a SectionPlane Object with the specified property values

Property

Active

Gets or Sets the Active State of the Section Plane

Property

Center

Gets or Sets the Center point of the Section Plane

Property

Direction

Gets or Sets the Direction(Normal) of the Section Plane

Property

Name

Gets or Sets the Name of the Section Plane

Property

Type

Gets or Sets the SectionPlane Type of the Section Plane

Method

Equals(SectionPlane)

Indicates whether the current SectionPlane properties are equal to the properties of another SectionPlane object.