Class HatchStyleSolid
A HatchStyle which fills the shape with a solid color. May be used as a base class for different kinds of solid fillings.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
[Serializable]
public class HatchStyleSolid : HatchStyle, IShowProperty, IPropertyEntry, INamedAttribute, ICommandHandler, ISerializable
Constructors
| Improve this Doc View SourceHatchStyleSolid()
Empty construction
Declaration
public HatchStyleSolid()
HatchStyleSolid(SerializationInfo, StreamingContext)
Constructor required by deserialization
Declaration
protected HatchStyleSolid(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | SerializationInfo |
| System.Runtime.Serialization.StreamingContext | context | StreamingContext |
Properties
| Improve this Doc View SourceColor
Declaration
public ColorDef Color { get; set; }
Property Value
| Type | Description |
|---|---|
| ColorDef |
SubEntries
Overrides SubEntries, returns the subentries in this property view.
Declaration
public override IShowProperty[] SubEntries { get; }
Property Value
| Type | Description |
|---|---|
| IShowProperty[] |
Overrides
| Improve this Doc View SourceSubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
Declaration
public override int SubEntriesCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Overrides
Methods
| Improve this Doc View SourceClone()
Declaration
public override HatchStyle Clone()
Returns
| Type | Description |
|---|---|
| HatchStyle |
Overrides
| Improve this Doc View SourceGenerateContent(CompoundShape, Plane)
Declaration
public override GeoObjectList GenerateContent(CompoundShape shape, Plane plane)
Parameters
| Type | Name | Description |
|---|---|---|
| CompoundShape | shape | |
| Plane | plane |
Returns
| Type | Description |
|---|---|
| GeoObjectList |
Overrides
| Improve this Doc View SourceGetShowProperty()
Declaration
public override IShowProperty GetShowProperty()
Returns
| Type | Description |
|---|---|
| IShowProperty |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceISerializable.GetObjectData(SerializationInfo, StreamingContext)
Declaration
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context |
Implements
System.Runtime.Serialization.ISerializable