Class IfcCompositeCurveSegment
Inheritance
System.Object
IfcCompositeCurveSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcCompositeCurveSegment", 460)]
public class IfcCompositeCurveSegment : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IInstantiableEntity, IIfcCompositeCurveSegment, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IContainsEntityReferences, IEquatable<IfcCompositeCurveSegment>, IIfcCompositeCurveSegment, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IPersistEntity, IExpressSelectType, IPersist, IExpressValidatable
Properties
|
Improve this Doc
View Source
Dim
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcDimensionCount Dim { get; }
Property Value
|
Improve this Doc
View Source
ParentCurve
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcCurve ParentCurve { get; set; }
Property Value
|
Improve this Doc
View Source
SameSense
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public bool SameSense { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Transition
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 3)]
public IfcTransitionCode Transition { get; set; }
Property Value
|
Improve this Doc
View Source
UsingCurves
Declaration
[InverseProperty("Segments")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 6)]
public IEnumerable<IfcCompositeCurve> UsingCurves { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcCompositeCurveSegment)
Declaration
public bool Equals(IfcCompositeCurveSegment other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcCompositeCurveSegment.IfcCompositeCurveSegmentClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcCompositeCurveSegment.IfcCompositeCurveSegmentClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.ParentCurve
Declaration
IIfcCurve IIfcCompositeCurveSegment.ParentCurve { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.SameSense
Declaration
bool IIfcCompositeCurveSegment.SameSense { get; set; }
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.Transition
Declaration
IfcTransitionCode IIfcCompositeCurveSegment.Transition { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.UsingCurves
Declaration
IEnumerable<IIfcCompositeCurve> IIfcCompositeCurveSegment.UsingCurves { get; }
Returns
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.Dim
Declaration
IfcDimensionCount IIfcCompositeCurveSegment.Dim { get; }
Returns
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.ParentCurve
Declaration
[CrossSchemaAttribute(typeof(IIfcCompositeCurveSegment), 3)]
IIfcCurve IIfcCompositeCurveSegment.ParentCurve { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.SameSense
Declaration
[CrossSchemaAttribute(typeof(IIfcCompositeCurveSegment), 2)]
IfcBoolean IIfcCompositeCurveSegment.SameSense { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.Transition
Declaration
[CrossSchemaAttribute(typeof(IIfcCompositeCurveSegment), 1)]
IfcTransitionCode IIfcCompositeCurveSegment.Transition { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCompositeCurveSegment.UsingCurves
Declaration
IEnumerable<IIfcCompositeCurve> IIfcCompositeCurveSegment.UsingCurves { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>