Skip to content

File3dmShutLining

Public Class

Represents the shut-lining attached to file3dm object attributes.

Inheritance Hierarchy

System.Object
Rhino.FileIO.File3dmShutLining

Namespace: Rhino.FileIO

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class File3dmShutLining

The File3dmShutLining type exposes the following members.

Properties

Name

Description


Public Property

Specifies whether the shut-lining automatically updates or not.


Public Property

Specifies whether the shut-lining is faceted or not.


Public Property

Specifies whether updating is forced or not.


Public Property

Specifies whether shut-lining is enabled or not.


Methods

Name

Description


Public Method

Adds a new curve to the shut-lining. The curve will have an id of Guid.Empty. After adding a curve, you should set the id to that of a curve in the model that will be used to calculate the shut-lining.


Public Method

Return whether shut-line is created for the given curve.


Public Method

Returns whether to create a bump instead of a dent for the given curve.


Public Method

Returns the profile of the shut-line for the given curve.


Public Method

Returns whether the given curve is pulled to the surface before creating the shut-line.


Public Method

Returns the radius of the pipe used to create the shut-line for the given curve.


Public Method

Deletes all the curves from the shut-lining.


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

Gets all the curves on the shut-lining. Each curve is identified by a Guid. If there are no curves present, the array will be empty.


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

Sets whether shut-line is created for the given curve.


Public Method

Sets whether to create a bump instead of a dent for the given curve.


Public Method

Sets the profile of the shut-line for the given curve.


Public Method

Sets whether the given curve is pulled to the surface before creating the shut-line.


Public Method

Sets the radius of the pipe used to create the shut-line for the given curve.


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)