Table of Contents

Class DirectionBranchPack

Namespace
Hi.Mech.Topo
Assembly
HiMech.dll

A data pack contains Branch and a boolean isForward.

public class DirectionBranchPack
Inheritance
DirectionBranchPack
Inherited Members
Extension Methods

Constructors

DirectionBranchPack(bool, Branch)

Ctor.

public DirectionBranchPack(bool isForward, Branch brn)

Parameters

isForward bool

is forward

brn Branch

branch

Fields

brn

A branch.

public Branch brn

Field Value

Branch

isForward

Is forward.

public bool isForward

Field Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.