Creates a SectionPlane Object with the specified property values
Declaration Syntax
public SectionPlane(Point center, Vector3D direction, string name, SectionPlaneType type, bool active)
Parameters
- center(Point)
Center of the Section Plane
- direction(Vector3D)
Direction of the Section Plane
- name(string)
Name for the Section Plane
- type(SectionPlaneType)
Type of cut for the Section Plane (default = AlongDirection)
- active(bool)
If true (default = false), Graphics shows this Section Plane